Skip to content

Commit f7b4abd

Browse files
committed
random typo fix
1 parent a1735a4 commit f7b4abd

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
@@ -177,7 +177,7 @@ PHPAPI void config_zval_dtor(zval *zvalue)
177177
zend_string_release_ex(Z_STR_P(zvalue), 1);
178178
}
179179
}
180-
/* Reset / free active_ini_sectin global */
180+
/* Reset / free active_ini_section global */
181181
#define RESET_ACTIVE_INI_HASH() do { \
182182
active_ini_hash = NULL; \
183183
is_special_section = 0; \

0 commit comments

Comments
 (0)