summaryrefslogtreecommitdiff
path: root/main/php_ini.c
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2013-03-19 15:11:48 +0100
committerDavid Soria Parra <dsp@php.net>2013-03-19 15:11:48 +0100
commitc542e969f276cf6531383cfe71e76337407a3b2f (patch)
treef7ec052bc8e72c594917d59206cf705e37a506bc /main/php_ini.c
parentce04268bb9de5eb1c6f7794889ae5661d2c87b91 (diff)
parentc6f6bf88d8c660f7dcb412b0d5049d376e3a5d36 (diff)
downloadphp-git-c542e969f276cf6531383cfe71e76337407a3b2f.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fix typos
Diffstat (limited to 'main/php_ini.c')
-rw-r--r--main/php_ini.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_ini.c b/main/php_ini.c
index 59e9ae80d3..cb2c7ea808 100644
--- a/main/php_ini.c
+++ b/main/php_ini.c
@@ -290,7 +290,7 @@ static void php_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_t
is_special_section = 1;
has_per_dir_config = 1;
- /* make the path lowercase on Windows, for case insensitivty. Does nothign for other platforms */
+ /* make the path lowercase on Windows, for case insensitivity. Does nothing for other platforms */
TRANSLATE_SLASHES_LOWER(key);
/* HOST sections */