summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2001-02-18 16:59:18 +0000
committerEgon Schmid <eschmid@php.net>2001-02-18 16:59:18 +0000
commita297dbd6f3a08af8ffb0927bd2da360f749b4512 (patch)
tree6bbb26e998378ef2ff1fe77b42d83a916da40e01
parent176f24c9a50df43ea6f4a1762022555387bafb2e (diff)
downloadphp-git-a297dbd6f3a08af8ffb0927bd2da360f749b4512.tar.gz
Typos in protos.
-rw-r--r--ext/interbase/interbase.c2
-rw-r--r--ext/mysql/php_mysql.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/interbase/interbase.c b/ext/interbase/interbase.c
index 2a815fec20..26fdf83e66 100644
--- a/ext/interbase/interbase.c
+++ b/ext/interbase/interbase.c
@@ -2213,7 +2213,7 @@ PHP_FUNCTION(ibase_prepare)
/* }}} */
-/* {{{ proto int ibase_execute(int query [, int bind_args [, int ...])
+/* {{{ proto int ibase_execute(int query [, int bind_args [, int ...]])
Execute a previously prepared query */
PHP_FUNCTION(ibase_execute)
{
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c
index 98e3661d51..b2a6b94494 100644
--- a/ext/mysql/php_mysql.c
+++ b/ext/mysql/php_mysql.c
@@ -1927,7 +1927,7 @@ PHP_FUNCTION(mysql_field_table)
/* }}} */
-/* {{{ proto int mysql_field_len(int result, int field_offet)
+/* {{{ proto int mysql_field_len(int result, int field_offset)
Returns the length of the specified field */
PHP_FUNCTION(mysql_field_len)
{