diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-01-12 11:26:14 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-01-12 11:26:14 +0000 |
commit | d2a455e720a0491e3724f1bf1d96986c7d29d540 (patch) | |
tree | beaf0d189d64ce9d645dd51c36e50efe15fdc67c /hv.c | |
parent | b0bb49b68c0dc201bfeabf6f4c47c8923c89e98c (diff) | |
download | perl-d2a455e720a0491e3724f1bf1d96986c7d29d540.tar.gz |
fix typo in hv.c
p4raw-id: //depot/perl@29767
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |