diff options
| author | Derick Rethans <derick@php.net> | 2002-12-21 17:46:32 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2002-12-21 17:46:32 +0000 |
| commit | 4de8da30d081f0703190a47a5af8a5a20b0d9078 (patch) | |
| tree | 38853de0b58ddc929d4d9b1681dbf867659bf19b /ext/pgsql/pgsql.c | |
| parent | 2e23a75ff44fdec88c3e74553bc21fb01a62aa57 (diff) | |
| download | php-git-4de8da30d081f0703190a47a5af8a5a20b0d9078.tar.gz | |
- Fix typo
Diffstat (limited to 'ext/pgsql/pgsql.c')
| -rw-r--r-- | ext/pgsql/pgsql.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index d470226b96..21074fa2bc 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -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"); |
