From d2a455e720a0491e3724f1bf1d96986c7d29d540 Mon Sep 17 00:00:00 2001 From: Dave Mitchell Date: Fri, 12 Jan 2007 11:26:14 +0000 Subject: [PATCH] fix typo in hv.c p4raw-id: //depot/perl@29767 --- hv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4