From: Sander Roobol Date: Sun, 24 Mar 2002 18:01:41 +0000 (+0000) Subject: Fix typo in proto. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1059 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68b18b05fe9c715b342867201f9130f0bb5cde9d;p=php Fix typo in proto. --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index a35cec5717..9afe9199d8 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -1509,7 +1509,7 @@ PHP_FUNCTION(mysql_escape_string) /* }}} */ /* {{{ proto string mysql_real_escape_string(string to_be_escaped, [int link_identifier]) - Escape special characters in a string for ise in a SQL statement, taking into account the current charset of the connection */ + Escape special characters in a string for use in a SQL statement, taking into account the current charset of the connection */ PHP_FUNCTION(mysql_real_escape_string) { zval *mysql_link = NULL;