summaryrefslogtreecommitdiff
path: root/ext/pgsql/mysql_users.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/mysql_users.php')
-rw-r--r--ext/pgsql/mysql_users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/mysql_users.php b/ext/pgsql/mysql_users.php
index 65a2c33967..edfaa1cddc 100644
--- a/ext/pgsql/mysql_users.php
+++ b/ext/pgsql/mysql_users.php
@@ -56,7 +56,7 @@ ORDER BY 1;
/*
* mysql_list_fields()
*
- * See also pg_meta_data(). It returns field defintion as array.
+ * See also pg_meta_data(). It returns field definition as array.
*/
function pg_list_fields($db, $table)
{