]> granicus.if.org Git - php/commitdiff
speling
authorMarcus Boerger <helly@php.net>
Fri, 8 Oct 2004 19:02:00 +0000 (19:02 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 8 Oct 2004 19:02:00 +0000 (19:02 +0000)
ext/standard/var.c

index 3d18d753e5bd04e3e05c5142eff0cf36b9b676c8..be164c151dd444e71da067ac43c3b4db6a986803 100644 (file)
@@ -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;
        }
 }