From: Dave Mitchell Date: Fri, 12 Jan 2007 11:26:14 +0000 (+0000) Subject: fix typo in hv.c X-Git-Tag: accepted/trunk/20130322.191538~16155 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2a455e720a0491e3724f1bf1d96986c7d29d540;p=platform%2Fupstream%2Fperl.git fix typo in hv.c p4raw-id: //depot/perl@29767 --- diff --git a/hv.c b/hv.c index 07d7f5b..fb597e3 100644 --- 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; }