From: Marcus Boerger Date: Fri, 8 Oct 2004 19:03:53 +0000 (+0000) Subject: MFH speling X-Git-Tag: php-5.0.3RC1~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11031593f31fee1e51199b1190a0ec255e1f5db9;p=php MFH speling --- diff --git a/ext/standard/var.c b/ext/standard/var.c index 3d18d753e5..be164c151d 100644 --- a/ext/standard/var.c +++ b/ext/standard/var.c @@ -838,7 +838,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; } }