diff options
| author | Johannes Schlüter <johannes@php.net> | 2012-04-19 00:07:40 +0200 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2012-04-19 00:07:40 +0200 |
| commit | 710021d1d4a57941450b7ed482e3c19cfe62fecf (patch) | |
| tree | 62b6a195e1173fc1d2669d13a8328313827e8254 | |
| parent | e946eaca0bc747615fabd0fedb8a92ea800ed158 (diff) | |
| download | php-git-710021d1d4a57941450b7ed482e3c19cfe62fecf.tar.gz | |
Fix slight grammar glitch (thanks Dan Brown)
| -rw-r--r-- | php.ini-development | 2 | ||||
| -rw-r--r-- | php.ini-production | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-development b/php.ini-development index 7effd704e8..c198cccfc5 100644 --- a/php.ini-development +++ b/php.ini-development @@ -19,7 +19,7 @@ ; See the PHP docs for more specific information. ; http://php.net/configuration.file -; The syntax of the file is extremely simple. Whitespace and Lines +; The syntax of the file is extremely simple. Whitespace and lines ; beginning with a semicolon are silently ignored (as you probably guessed). ; Section headers (e.g. [Foo]) are also silently ignored, even though ; they might mean something in the future. diff --git a/php.ini-production b/php.ini-production index 499807a6be..3c0ae21c1c 100644 --- a/php.ini-production +++ b/php.ini-production @@ -19,7 +19,7 @@ ; See the PHP docs for more specific information. ; http://php.net/configuration.file -; The syntax of the file is extremely simple. Whitespace and Lines +; The syntax of the file is extremely simple. Whitespace and lines ; beginning with a semicolon are silently ignored (as you probably guessed). ; Section headers (e.g. [Foo]) are also silently ignored, even though ; they might mean something in the future. |
