Skip to content

Commit 25b8454

Browse files
committed
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
2 parents b3d8284 + c542e96 commit 25b8454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/php_ini.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ static void php_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_t
290290
is_special_section = 1;
291291
has_per_dir_config = 1;
292292

293-
/* make the path lowercase on Windows, for case insensitivty. Does nothign for other platforms */
293+
/* make the path lowercase on Windows, for case insensitivity. Does nothing for other platforms */
294294
TRANSLATE_SLASHES_LOWER(key);
295295

296296
/* HOST sections */

0 commit comments

Comments
 (0)