summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-01-12 11:26:14 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-01-12 11:26:14 +0000
commitd2a455e720a0491e3724f1bf1d96986c7d29d540 (patch)
treebeaf0d189d64ce9d645dd51c36e50efe15fdc67c /hv.c
parentb0bb49b68c0dc201bfeabf6f4c47c8923c89e98c (diff)
downloadperl-d2a455e720a0491e3724f1bf1d96986c7d29d540.tar.gz
fix typo in hv.c
p4raw-id: //depot/perl@29767
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index 07d7f5b2dc..fb597e3f1c 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;
}