]> granicus.if.org Git - php/commitdiff
- Fixed bug #51719 (typo in function prototype)
authorFelipe Pena <felipe@php.net>
Sat, 1 May 2010 18:54:49 +0000 (18:54 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 1 May 2010 18:54:49 +0000 (18:54 +0000)
Zend/zend_builtin_functions.c

index c7481ae5830cc1101bb3729552ace7f26066eef2..ccd05929fa5209d5a0f153ec18fc1f958d363ffc 100644 (file)
@@ -1148,7 +1148,7 @@ ZEND_FUNCTION(get_included_files)
 /* }}} */
 
 
-/* {{{ proto void trigger_error(string messsage [, int error_type])
+/* {{{ proto void trigger_error(string message [, int error_type])
    Generates a user-level error/warning/notice message */
 ZEND_FUNCTION(trigger_error)
 {