diff options
Diffstat (limited to 'ext/aspell/aspell.c')
-rw-r--r-- | ext/aspell/aspell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/aspell/aspell.c b/ext/aspell/aspell.c index 0721628b4d..74d8a73df1 100644 --- a/ext/aspell/aspell.c +++ b/ext/aspell/aspell.c @@ -42,7 +42,7 @@ function_entry aspell_functions[] = { static int le_aspell; zend_module_entry aspell_module_entry = { - "Aspell", aspell_functions, PHP_MINIT(aspell), NULL, NULL, NULL, PHP_MINFO(aspell), STANDARD_MODULE_PROPERTIES + "aspell", aspell_functions, PHP_MINIT(aspell), NULL, NULL, NULL, PHP_MINFO(aspell), STANDARD_MODULE_PROPERTIES }; |