Commit:    710021d1d4a57941450b7ed482e3c19cfe62fecf
Author:    Johannes Schlüter <johan...@php.net>         Thu, 19 Apr 2012 
00:07:40 +0200
Parents:   e946eaca0bc747615fabd0fedb8a92ea800ed158
Branches:  PHP-5.3 PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=710021d1d4a57941450b7ed482e3c19cfe62fecf

Log:
Fix slight grammar glitch (thanks Dan Brown)

Changed paths:
  M  php.ini-development
  M  php.ini-production


Diff:
diff --git a/php.ini-development b/php.ini-development
index 7effd70..c198ccc 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 499807a..3c0ae21 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.


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

Reply via email to