Can you please send it as a gziped attachment? Thanks,
Andi
At 08:01 AM 8/18/2004 +1000, Dave Barr wrote:
Andi Gutmans wrote:
secondes should also be seconds.
Here's a patch with a few more typo fixes.
Dave
At 10:58 AM 8/17/2004 +0000, Antony Dovgal wrote:
tony2001 Tue Aug 17 06:58:34 2004 EDT
Modified files: (Branch: PHP_4_3) /php-src php.ini-dist php.ini-recommended Log: MFH: fix typo
http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.171.2.22&r2=1.171.2.23&ty=u
Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.171.2.22 php-src/php.ini-dist:1.171.2.23 --- php-src/php.ini-dist:1.171.2.22 Mon Aug 9 20:44:26 2004 +++ php-src/php.ini-dist Tue Aug 17 06:58:34 2004 @@ -670,7 +670,7 @@ ; file will be able to reveal the password as well. mysql.default_password =
-; Maximum time (in secondes) for connect timeout. -1 means no limimt +; Maximum time (in secondes) for connect timeout. -1 means no limit mysql.connect_timeout = 60
; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.119.2.20&r2=1.119.2.21&ty=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.119.2.20 php-src/php.ini-recommended:1.119.2.21
--- php-src/php.ini-recommended:1.119.2.20 Mon Aug 9 20:44:26 2004
+++ php-src/php.ini-recommended Tue Aug 17 06:58:34 2004
@@ -685,7 +685,7 @@
; file will be able to reveal the password as well.
mysql.default_password =
-; Maximum time (in secondes) for connect timeout. -1 means no limimt +; Maximum time (in secondes) for connect timeout. -1 means no limit mysql.connect_timeout = 60
; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Index: php.ini-dist =================================================================== RCS file: /repository/php-src/php.ini-dist,v retrieving revision 1.218 diff -u -r1.218 php.ini-dist --- php.ini-dist 17 Aug 2004 10:57:40 -0000 1.218 +++ php.ini-dist 17 Aug 2004 21:53:51 -0000 @@ -137,7 +137,7 @@ ; implications and is generally recommended for debugging purposes only. implicit_flush = Off
-; The unserialize callback function will called (with the undefind class'
+; The unserialize callback function will be called (with the undefined class'
; name as parameter), if the unserializer finds an undefined class
; which should be instanciated.
; A warning appears if the specified function is not defined, or if the
@@ -259,7 +259,7 @@
; empty string)
; E_STRICT - run-time notices, enable to have PHP suggest changes
; to your code which will ensure the best interoperability
-; and forward compatability of your code
+; and forward compatibility of your code
; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
; initial startup
@@ -927,7 +927,7 @@
; PHP 4.2 and less have an undocumented feature/bug that allows you to
; to initialize a session variable in the global scope, albeit register_globals
; is disabled. PHP 4.3 and later will warn you, if this feature is used.
-; You can disable the feature and the warning seperately. At this time,
+; You can disable the feature and the warning separately. At this time,
; the warning is only displayed, if bug_compat_42 is enabled.
session.bug_compat_42 = 1 Index: php.ini-recommended =================================================================== RCS file: /repository/php-src/php.ini-recommended,v retrieving revision 1.162 diff -u -r1.162 php.ini-recommended --- php.ini-recommended 17 Aug 2004 10:57:40 -0000 1.162 +++ php.ini-recommended 17 Aug 2004 21:53:52 -0000 @@ -195,7 +195,7 @@ ; implications and is generally recommended for debugging purposes only. implicit_flush = Off
-; The unserialize callback function will called (with the undefind class'
+; The unserialize callback function will be called (with the undefined class'
; name as parameter), if the unserializer finds an undefined class
; which should be instanciated.
; A warning appears if the specified function is not defined, or if the
@@ -317,7 +317,7 @@
; empty string)
; E_STRICT - run-time notices, enable to have PHP suggest changes
; to your code which will ensure the best interoperability
-; and forward compatability of your code
+; and forward compatibility of your code
; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
; initial startup
@@ -985,7 +985,7 @@
; PHP 4.2 and less have an undocumented feature/bug that allows you to
; to initialize a session variable in the global scope, albeit register_globals
; is disabled. PHP 4.3 and later will warn you, if this feature is used.
-; You can disable the feature and the warning seperately. At this time,
+; You can disable the feature and the warning separately. At this time,
; the warning is only displayed, if bug_compat_42 is enabled.
session.bug_compat_42 = 0
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php