diff options
author | Sander Roobol <sander@php.net> | 2002-03-24 18:01:41 +0000 |
---|---|---|
committer | Sander Roobol <sander@php.net> | 2002-03-24 18:01:41 +0000 |
commit | 68b18b05fe9c715b342867201f9130f0bb5cde9d (patch) | |
tree | 65e42848e65b27fa94e7571c39f3f634bebd1502 /ext/mysql/php_mysql.c | |
parent | a9439b7072361071712a5733d1b93f1fc68ff926 (diff) | |
download | php-git-68b18b05fe9c715b342867201f9130f0bb5cde9d.tar.gz |
Fix typo in proto.
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |