From: George Peter Banyard Date: Mon, 15 Jul 2019 16:15:17 +0000 (+0200) Subject: Small typo and proto name fix X-Git-Tag: php-7.4.0beta1~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=548d1ec27c0f56aaec83e40578fee89dab4b3904;p=php Small typo and proto name fix Closes GH-4415 --- diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index bffb695795..96cad0dc5f 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -1616,7 +1616,7 @@ PHP_FUNCTION(mysqli_next_result) { /* }}} */ #if defined(HAVE_STMT_NEXT_RESULT) && defined(MYSQLI_USE_MYSQLND) -/* {{{ proto bool mysqli_stmt_next_result(object link) +/* {{{ proto bool mysqli_stmt_more_results(object link) check if there any more query results from a multi query */ PHP_FUNCTION(mysqli_stmt_more_results) { diff --git a/main/main.c b/main/main.c index 180bcb9cae..66cf8df419 100644 --- a/main/main.c +++ b/main/main.c @@ -964,7 +964,7 @@ PHPAPI size_t php_printf(const char *format, ...) /* {{{ php_verror */ /* php_verror is called from php_error_docref functions. * Its purpose is to unify error messages and automatically generate clickable - * html error messages if correcponding ini setting (html_errors) is activated. + * html error messages if corresponding ini setting (html_errors) is activated. * See: CODING_STANDARDS.md for details. */ PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *format, va_list args)