Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonmcdonald authored and dsp committed Mar 19, 2013
1 parent 7687b8b commit c6f6bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/php_ini.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit c6f6bf8

Please sign in to comment.