From: Carson McDonald Date: Tue, 12 Mar 2013 08:15:50 +0000 (-0400) Subject: Fix typos X-Git-Tag: php-5.5.0beta1~7^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6f6bf88d8c660f7dcb412b0d5049d376e3a5d36;p=php Fix typos --- diff --git a/main/php_ini.c b/main/php_ini.c index b15a3846dd..bceb6e59f8 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 */