diff options
author | Christopher Jones <sixd@php.net> | 2013-08-06 11:06:09 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-08-06 11:06:09 -0700 |
commit | c6d977dd395262c5c8d9091519a41aebe6f40db9 (patch) | |
tree | 39bf5036d1bd84bfeb544436e297b05759dd9462 /sapi/apache_hooks | |
parent | 930183f9611560b831ebcb454aae8ee9a40294dc (diff) | |
download | php-git-c6d977dd395262c5c8d9091519a41aebe6f40db9.tar.gz |
Fix long-standing visual pain point: the misalignment of './configure help' text.
Whitespace changes and a couple of grammar fixes.
Diffstat (limited to 'sapi/apache_hooks')
-rw-r--r-- | sapi/apache_hooks/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache_hooks/config.m4 b/sapi/apache_hooks/config.m4 index 672f298084..e2c71b4274 100644 --- a/sapi/apache_hooks/config.m4 +++ b/sapi/apache_hooks/config.m4 @@ -239,7 +239,7 @@ if test -z "$enable_mod_charset" && test "$with_mod_charset"; then fi PHP_ARG_ENABLE(mod-charset, whether to enable Apache charset compatibility option, -[ --enable-mod-charset APACHE (hooks): Enable transfer tables for mod_charset (Rus Apache)], no, no) +[ --enable-mod-charset APACHE (hooks): Enable transfer tables for mod_charset (Rus Apache)], no, no) if test "$PHP_MOD_CHARSET" = "yes"; then AC_DEFINE(USE_TRANSFER_TABLES, 1, [ ]) |