summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2014-02-14 17:15:35 +0200
committerLior Kaplan <kaplanlior@gmail.com>2014-02-14 17:15:35 +0200
commit23d952ed60766be772fe72dcdc61407c6231dc18 (patch)
tree85da0b833c76fddb10fd40db0124af9bd14f772c /ext/pgsql/php_pgsql.h
parent71b8f59ebba9ec3c5af6d4bd0b5e9dab3803dbe5 (diff)
parentf9829690d4f6e747a8d46751c9d37e5e5e40336c (diff)
downloadphp-git-23d952ed60766be772fe72dcdc61407c6231dc18.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r--ext/pgsql/php_pgsql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h
index 016f3aa5a8..a017c8b725 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -260,7 +260,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;