From: Johannes Schlüter Date: Wed, 18 Apr 2012 22:07:40 +0000 (+0200) Subject: Fix slight grammar glitch (thanks Dan Brown) X-Git-Tag: php-5.3.14RC1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=710021d1d4a57941450b7ed482e3c19cfe62fecf;p=php Fix slight grammar glitch (thanks Dan Brown) --- 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.