From: Anil Madhavapeddy Date: Sat, 11 Aug 2001 02:53:57 +0000 (+0000) Subject: fix a few typos X-Git-Tag: BEFORE_EXP_MERGE~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc2e12253f09a5b274e6e690bf22dee990455dd7;p=php fix a few typos --- diff --git a/php.ini-dist b/php.ini-dist index 3bc82a7775..48fbacc3ae 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -9,7 +9,7 @@ ; working directory, in the path designated by the environment variable ; PHPRC, and in the path that was defined in compile time (in that order). ; Under Windows, the compile-time path is the Windows directory. The -; path in which the php.ini file is looked for can be overriden using +; path in which the php.ini file is looked for can be overridden using ; the -c argument in command line mode. ; ; The syntax of the file is extremely simple. Whitespace and Lines @@ -148,7 +148,7 @@ safe_mode_allowed_env_vars = PHP_ safe_mode_protected_env_vars = LD_LIBRARY_PATH ; This directive allows you to disable certain functions for security reasons. -; It receives a comma-deliminated list of function names. This directive is +; It receives a comma-delimited list of function names. This directive is ; *NOT* affected by whether Safe Mode is turned On or Off. disable_functions = @@ -381,7 +381,7 @@ allow_url_fopen = On ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; ; -; If you wish to have an extension loaded automaticly, use the following +; If you wish to have an extension loaded automatically, use the following ; syntax: ; ; extension=modulename.extension @@ -736,7 +736,7 @@ mssql.compatability_mode = Off ; Valid range 0 - 2147483647. Default = 4096. ;mssql.textsize = 4096 -; Limits the number of records in each bach. 0 = all records in one batch. +; Limits the number of records in each batch. 0 = all records in one batch. ;mssql.batchsize = 0 [Assertion] diff --git a/php.ini-optimized b/php.ini-optimized index e052bb1ba8..c627b47e66 100644 --- a/php.ini-optimized +++ b/php.ini-optimized @@ -265,7 +265,7 @@ allow_url_fopen = On ; Whether to allow the treatment of URLs (li ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; -; if you wish to have an extension loaded automaticly, use the +; if you wish to have an extension loaded automatically, use the ; following syntax: extension=modulename.extension ; for example, on windows, ; extension=msql.dll @@ -491,7 +491,7 @@ mssql.min_message_severity = 10 ; minimum message severity to display mssql.compatability_mode = Off ; compatability mode with old versions of PHP 3.0. ;mssql.textlimit = 4096 ; valid range 0 - 2147483647 default = 4096 ;mssql.textsize = 4096 ; valid range 0 - 2147483647 default = 4096 -;mssql.batchsize = 0 ; limits the number of records in each bach. 0 = all records in one batch. +;mssql.batchsize = 0 ; limits the number of records in each batch. 0 = all records in one batch. [Assertion] ;assert.active = Off ; assert(expr); does nothing by default diff --git a/php.ini-recommended b/php.ini-recommended index e052bb1ba8..c627b47e66 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -265,7 +265,7 @@ allow_url_fopen = On ; Whether to allow the treatment of URLs (li ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; -; if you wish to have an extension loaded automaticly, use the +; if you wish to have an extension loaded automatically, use the ; following syntax: extension=modulename.extension ; for example, on windows, ; extension=msql.dll @@ -491,7 +491,7 @@ mssql.min_message_severity = 10 ; minimum message severity to display mssql.compatability_mode = Off ; compatability mode with old versions of PHP 3.0. ;mssql.textlimit = 4096 ; valid range 0 - 2147483647 default = 4096 ;mssql.textsize = 4096 ; valid range 0 - 2147483647 default = 4096 -;mssql.batchsize = 0 ; limits the number of records in each bach. 0 = all records in one batch. +;mssql.batchsize = 0 ; limits the number of records in each batch. 0 = all records in one batch. [Assertion] ;assert.active = Off ; assert(expr); does nothing by default