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

index ce976c9e342d8da836d6fe6d3d992bb0c85bf7b3..632abf327be4a644e9ea27a17fa8930092b15d5f 100644 (file)
@@ -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;
        }
 }