jon             Wed Oct 23 17:46:40 2002 EDT

  Modified files:              
    /php4       README.UNIX-BUILD-SYSTEM 
  Log:
  Correct spelling.
  
  
Index: php4/README.UNIX-BUILD-SYSTEM
diff -u php4/README.UNIX-BUILD-SYSTEM:1.2 php4/README.UNIX-BUILD-SYSTEM:1.3
--- php4/README.UNIX-BUILD-SYSTEM:1.2   Thu Apr  4 13:15:04 2002
+++ php4/README.UNIX-BUILD-SYSTEM       Wed Oct 23 17:46:40 2002
@@ -2,7 +2,7 @@
 
 - supports Makefile.ins during transition phase
 - not-really-portable Makefile includes have been eliminated
-- supports seperate build directories without VPATH by using
+- supports separate build directories without VPATH by using
   explicit rules only
 - does not waste disk-space/CPU-time for building temporary libraries
   => especially noticeable on slower systems
@@ -50,8 +50,8 @@
 PHP_NEW_EXTENSION(foo, foo.c bar.c baz.cpp, $ext_shared)
 
 E.g. this enables the extension foo which consists of three source-code
-modules, two in C and one in C++.  And dependending on the user's
-wishes, the extension will even be built as a dynamic module.
+modules, two in C and one in C++.  And, depending on the user's wishes,
+the extension will even be built as a dynamic module.
 
 The full syntax:
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to