From 484c9198ae5caca1f48294815c9b4f11686bb8e5 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 18 Jun 2006 16:03:08 +0000 Subject: [PATCH] Typos --- configure.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.txt b/configure.txt index 7f8c158..041ab75 100644 --- a/configure.txt +++ b/configure.txt @@ -40,7 +40,7 @@ the simplest possible code generation. Consequently, it will mostly be useful for projects running on UNIX platforms first. 1.2 Who should use configure -Every software developper could gain using configure. However, due to its +Every software developer could gain using configure. However, due to its intentional simplicity, it may not be appropriate to use along with code compilation on some non-portable platforms. Of course an advanced user, trying to modify a given project Makefile on his @@ -56,8 +56,8 @@ other Makefile files generators. configure has been created to be efficient at writing simple and compliant Makefiles for small to big software development projects. It should be useful: - for people learning software development using Makefiles; -- for developpers of some small to big projects; -- for developpers concerned by the readability and efficiency of their +- for developers of some small to big projects; +- for developers concerned by the readability and efficiency of their Makefiles. ----------------------------------------