Skip to content

Commit c542e96

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fix typos
2 parents ce04268 + c6f6bf8 commit c542e96

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)