diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-02-14 14:51:10 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2014-02-14 14:51:10 +0200 |
commit | 35101e9ef4669bb076f6687f2fd1aa13f63695d0 (patch) | |
tree | 2731d20c57cdf5909f677b1431ab209036a4dd0f /ext/pgsql | |
parent | 6188674f1e10c8d72e0a27623ce9536f4706fe35 (diff) | |
download | php-git-35101e9ef4669bb076f6687f2fd1aa13f63695d0.tar.gz |
a few typofixes
Diffstat (limited to 'ext/pgsql')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index d6dab56c4c..12d6cfdead 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -257,7 +257,7 @@ typedef enum _php_pgsql_data_type { PG_PATH, PG_POLYGON, PG_CIRCLE, - /* unkown and system */ + /* unknown and system */ PG_UNKNOWN } php_pgsql_data_type; |