From a297dbd6f3a08af8ffb0927bd2da360f749b4512 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sun, 18 Feb 2001 16:59:18 +0000 Subject: Typos in protos. --- ext/mysql/php_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysql/php_mysql.c') 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) { -- cgit v1.2.1