]> granicus.if.org Git - php/commitdiff
- Fixed typo (ncruses)
authorFelipe Pena <felipe@php.net>
Thu, 17 Dec 2009 22:57:44 +0000 (22:57 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 17 Dec 2009 22:57:44 +0000 (22:57 +0000)
ext/ncurses/ncurses_functions.c

index f16bfa6ae69e1e37a2f1281ef6d34a94f557d28d..5007f0e44b448da2c81ffeb67f7413ba66d8c789 100644 (file)
@@ -32,7 +32,7 @@
 
 #define IS_NCURSES_INITIALIZED() \
                if (!NCURSES_G(registered_constants)) { \
-                       php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must initialize ncruses via ncurses_init(), before calling any ncurses functions."); \
+                       php_error_docref(NULL TSRMLS_CC, E_WARNING, "You must initialize ncurses via ncurses_init(), before calling any ncurses functions."); \
                        RETURN_FALSE; \
                }