felipe                                   Thu, 17 Dec 2009 22:57:44 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=292275

Log:
- Fixed typo (ncruses)

Changed paths:
    U   pecl/ncurses/trunk/ncurses_functions.c
    U   php/php-src/branches/PHP_5_2/ext/ncurses/ncurses_functions.c

Modified: pecl/ncurses/trunk/ncurses_functions.c
===================================================================
--- pecl/ncurses/trunk/ncurses_functions.c      2009-12-17 22:52:01 UTC (rev 
292274)
+++ pecl/ncurses/trunk/ncurses_functions.c      2009-12-17 22:57:44 UTC (rev 
292275)
@@ -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; \
                }


Modified: php/php-src/branches/PHP_5_2/ext/ncurses/ncurses_functions.c
===================================================================
--- php/php-src/branches/PHP_5_2/ext/ncurses/ncurses_functions.c        
2009-12-17 22:52:01 UTC (rev 292274)
+++ php/php-src/branches/PHP_5_2/ext/ncurses/ncurses_functions.c        
2009-12-17 22:57:44 UTC (rev 292275)
@@ -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; \
                }


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to