summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-10-08 20:40:48 +0000
committerPierre Joye <pajoye@php.net>2009-10-08 20:40:48 +0000
commit878ba27e60a72ebd6f4fe1c16a4cf14b9567cd91 (patch)
tree40e3a7f58a825c05e8e1a786874abe674d734e05
parent02a046b1d905b94b4bce5aa6a09014f5e33545e9 (diff)
downloadphp-git-878ba27e60a72ebd6f4fe1c16a4cf14b9567cd91.tar.gz
- typo
-rwxr-xr-xext/enchant/enchant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/enchant/enchant.c b/ext/enchant/enchant.c
index 4e4665d72c..29a2bd7515 100755
--- a/ext/enchant/enchant.c
+++ b/ext/enchant/enchant.c
@@ -290,7 +290,7 @@ PHP_MINIT_FUNCTION(enchant)
le_enchant_broker = zend_register_list_destructors_ex(php_enchant_broker_free, NULL, "enchant_broker", module_number);
le_enchant_dict = zend_register_list_destructors_ex(php_enchant_dict_free, NULL, "enchant_dict", module_number);
REGISTER_LONG_CONSTANT("ENCHANT_MYSPELL", PHP_ENCHANT_MYSPELL, CONST_CS | CONST_PERSISTENT);
- REGISTER_LONG_CONSTANT("ENCHAT_ISPELL", PHP_ENCHANT_ISPELL, CONST_CS | CONST_PERSISTENT);
+ REGISTER_LONG_CONSTANT("ENCHANT_ISPELL", PHP_ENCHANT_ISPELL, CONST_CS | CONST_PERSISTENT);
return SUCCESS;
}
/* }}} */