derick          Sat Dec 21 12:48:37 2002 EDT

  Modified files:              
    /php4/ext/pgsql     pgsql.c 
  Log:
  MFB: Fix typo
  
  
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.252 php4/ext/pgsql/pgsql.c:1.253
--- php4/ext/pgsql/pgsql.c:1.252        Mon Dec 16 02:46:36 2002
+++ php4/ext/pgsql/pgsql.c      Sat Dec 21 12:48:37 2002
@@ -19,7 +19,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: pgsql.c,v 1.252 2002/12/16 07:46:36 iliaa Exp $ */
+/* $Id: pgsql.c,v 1.253 2002/12/21 17:48:37 derick Exp $ */
 
 #include <stdlib.h>
 
@@ -466,9 +466,9 @@
 #if HAVE_PG_CONFIG_H
        php_info_print_table_row(2, "PostgreSQL(libpq) Version", PG_VERSION);
 #ifdef HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT
-       php_info_print_table_row(2, "Multibyte charater support", "enabled");
+       php_info_print_table_row(2, "Multibyte character support", "enabled");
 #else
-       php_info_print_table_row(2, "Multibyte charater support", "disabled");
+       php_info_print_table_row(2, "Multibyte character support", "disabled");
 #endif
 #ifdef USE_SSL
        php_info_print_table_row(2, "SSL support", "enabled");



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

Reply via email to