]> granicus.if.org Git - php/commitdiff
fix spelling
authorAntony Dovgal <tony2001@php.net>
Tue, 21 Mar 2006 13:46:51 +0000 (13:46 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 21 Mar 2006 13:46:51 +0000 (13:46 +0000)
main/main.c

index f1ab82a81f5497fa7ec605c40d4830698be3d187..f58ea6107577d80cb0ab46f0ced6e76f6cbfd56f 100644 (file)
@@ -1583,7 +1583,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
 
                while (*p) {
                        if (cfg_get_long((char*)*p, &val) == SUCCESS && val) {
-                               zend_error(E_CORE_ERROR, "Directive '%s' is not longer supported in PHP-6 and above", *p);
+                               zend_error(E_CORE_ERROR, "Directive '%s' is no longer supported in PHP6 and greater", *p);
                        }
                        ++p;
                }