diff options
author | Lajos Veres <vlajos@gmail.com> | 2015-01-28 21:35:45 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2015-01-28 21:35:45 -0500 |
commit | f6bab5f637fea85f01e1e1f1882ace0bd404db4c (patch) | |
tree | 2be8709af2e1eaf0c062de53259f57e8694e010e /hv.c | |
parent | 92dfa2590a5024b530c9d58fdd2520a01d40cef6 (diff) | |
download | perl-f6bab5f637fea85f01e1e1f1882ace0bd404db4c.tar.gz |
Corrections to spelling and grammatical errors.
Extracted from patch submitted by Lajos Veres in RT #123693.
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1290,7 +1290,7 @@ S_hsplit(pTHX_ HV *hv, STRLEN const oldsize, STRLEN newsize) dest->xhv_fill_lazy = 0; } else { /* no existing aux structure, but we allocated space for one - * so intialize it properly. This unrolls hv_auxinit() a bit, + * so initialize it properly. This unrolls hv_auxinit() a bit, * since we have to do the realloc anyway. */ /* first we set the iterator's xhv_rand so it can be copied into lastrand below */ #ifdef PERL_HASH_RANDOMIZE_KEYS |