]> granicus.if.org Git - php/commitdiff
- Fix typo
authorDerick Rethans <derick@php.net>
Sat, 21 Dec 2002 17:46:32 +0000 (17:46 +0000)
committerDerick Rethans <derick@php.net>
Sat, 21 Dec 2002 17:46:32 +0000 (17:46 +0000)
ext/pgsql/pgsql.c

index d470226b96886e3a3ab2dd36ca0a83d0578492a1..21074fa2bcbf5d912520221a0db0e36c178af3de 100644 (file)
@@ -466,9 +466,9 @@ PHP_MINFO_FUNCTION(pgsql)
 #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");