]> granicus.if.org Git - php/commitdiff
MFH: typofix
authorAntony Dovgal <tony2001@php.net>
Thu, 17 Mar 2005 18:12:30 +0000 (18:12 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 17 Mar 2005 18:12:30 +0000 (18:12 +0000)
ext/mysqli/mysqli_api.c

index e1b8341290968462656255b5fe912a364b7be5cd..814ef3d2ada35d044c709324118d4613c3df46f6 100644 (file)
@@ -245,7 +245,7 @@ PHP_FUNCTION(mysqli_stmt_bind_result)
        var_cnt = argc - start;
 
        if (var_cnt != mysql_stmt_field_count(stmt->stmt)) {
-               php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of bind variables doesn't match number of fields in prepared statmement.");
+               php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of bind variables doesn't match number of fields in prepared statement.");
                efree(args);
                RETURN_FALSE;
        }