]> granicus.if.org Git - php/commitdiff
Typos in protos.
authorEgon Schmid <eschmid@php.net>
Sun, 18 Feb 2001 16:59:18 +0000 (16:59 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 18 Feb 2001 16:59:18 +0000 (16:59 +0000)
ext/interbase/interbase.c
ext/mysql/php_mysql.c

index 2a815fec2082df5871864ef66b94c7d56d4551fc..26fdf83e66935499dbc3b8a3df67489505980541 100644 (file)
@@ -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)
 {
index 98e3661d510680e7892cc2ce5206743905b34764..b2a6b944947ca3854e04ed0a02b82cf4dbf5b6e8 100644 (file)
@@ -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)
 {