summaryrefslogtreecommitdiff
path: root/Zend/zend_ini.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-04-12 12:22:26 +0000
committerAndi Gutmans <andi@php.net>2004-04-12 12:22:26 +0000
commit67502a2e7d2f2711b65ecca6b41bfa7c1dcf5249 (patch)
tree1846296fe6dda75defa79bed815184c2837dd283 /Zend/zend_ini.c
parent9b21e0d0a9509fe9ec9b48231d57ab3a3f598e3c (diff)
downloadphp-git-67502a2e7d2f2711b65ecca6b41bfa7c1dcf5249.tar.gz
- modifyable -> modifiable
Diffstat (limited to 'Zend/zend_ini.c')
-rw-r--r--Zend/zend_ini.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_ini.c b/Zend/zend_ini.c
index 50f895b502..5128a0f8a4 100644
--- a/Zend/zend_ini.c
+++ b/Zend/zend_ini.c
@@ -202,7 +202,7 @@ ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char *new_value,
return FAILURE;
}
- if (!(ini_entry->modifyable & modify_type)) {
+ if (!(ini_entry->modifiable & modify_type)) {
return FAILURE;
}