From: Marcus Boerger Date: Fri, 8 Oct 2004 19:02:00 +0000 (+0000) Subject: speling X-Git-Tag: PRE_NEW_VM_GEN_PATCH~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0c9f998d391887f93930287d115b08a91cbcd3b;p=php 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; } }