a few typofixes

This commit is contained in:
Veres Lajos 2014-02-14 14:51:10 +02:00 committed by Lior Kaplan
parent 6188674f1e
commit 35101e9ef4
6 changed files with 7 additions and 7 deletions

View file

@ -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;