fix typo in hv.c
Dave Mitchell [Fri, 12 Jan 2007 11:26:14 +0000 (11:26 +0000)]
p4raw-id: //depot/perl@29767

hv.c

diff --git a/hv.c b/hv.c
index 07d7f5b..fb597e3 100644 (file)
--- a/hv.c
+++ b/hv.c
@@ -2962,7 +2962,7 @@ Perl_hv_assert(pTHX_ HV *hv)
            withflags++;
            if (HeKWASUTF8(entry)) {
                PerlIO_printf(Perl_debug_log,
-                           "hash key has both WASUFT8 and UTF8: '%.*s'\n",
+                           "hash key has both WASUTF8 and UTF8: '%.*s'\n",
                            (int) HeKLEN(entry),  HeKEY(entry));
                bad = 1;
            }