From f0c9f998d391887f93930287d115b08a91cbcd3b Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 8 Oct 2004 19:02:00 +0000 Subject: [PATCH] speling --- ext/standard/var.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.50.1