diff options
author | Michael G. Schwern <schwern@pobox.com> | 2002-02-25 20:01:28 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-02-26 08:46:55 +0000 |
commit | d496d686b582057a5ea25b09da7dd67592a7e1c0 (patch) | |
tree | 60b219898d87ee2e05875876dcd32ec636a9d9b6 /hv.c | |
parent | f8a679e60bd9362627cdc28eaa0d3669ad1e6467 (diff) | |
download | perl-d496d686b582057a5ea25b09da7dd67592a7e1c0.tar.gz |
"Attempt to access to key"?
Message-Id: <20020226060128.GA2439@blackrider>
p4raw-id: //depot/perl@14882
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ Perl_hv_notallowed(pTHX_ bool is_utf8, const char *key, I32 klen, if (is_utf8) { SvUTF8_on(sv); } - Perl_croak(aTHX_ "Attempt to access to key '%"SVf"' in fixed hash",sv); + Perl_croak(aTHX_ "Attempt to access key '%"SVf"' in fixed hash",sv); } /* (klen == HEf_SVKEY) is special for MAGICAL hv entries, meaning key slot |