Merge branch 'PHP-5.4'

* PHP-5.4:
  Fix slight grammar glitch (thanks Dan Brown)
This commit is contained in:
Johannes Schlüter 2012-04-19 00:08:42 +02:00
commit 9ca4710c9f
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.