]> granicus.if.org Git - php/commitdiff
Fix typos
authorCarson McDonald <carson@ioncannon.net>
Tue, 12 Mar 2013 08:15:50 +0000 (04:15 -0400)
committerDavid Soria Parra <dsp@php.net>
Tue, 19 Mar 2013 14:11:34 +0000 (15:11 +0100)
main/php_ini.c

index b15a3846dd3cfbe63583fd060669640141f3859f..bceb6e59f84a73931cfc8b8b35fdf92457de9ee3 100644 (file)
@@ -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 */