Skip to content

Commit c6f6bf8

Browse files
carsonmcdonalddsp
authored andcommitted
Fix typos
1 parent 7687b8b commit c6f6bf8

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)