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

index f72e121a6b06cf5fc1a2a6d56c40b3f74fea140d..022a7ebef636d9d0ba53df1691c8ac5288731390 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");