From: Marcus Boerger Date: Fri, 8 Oct 2004 19:03:14 +0000 (+0000) Subject: MFH speling X-Git-Tag: php-4.3.10RC1~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=388504729f338eed13d0765e380c9eabac641229;p=php MFH speling --- diff --git a/ext/standard/var.c b/ext/standard/var.c index ce976c9e34..632abf327b 100644 --- a/ext/standard/var.c +++ b/ext/standard/var.c @@ -725,7 +725,7 @@ PHP_FUNCTION(unserialize) } PHP_VAR_UNSERIALIZE_DESTROY(var_hash); } else { - php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Argument is not an string"); + php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Argument is not a string"); RETURN_FALSE; } }