summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorLajos Veres <vlajos@gmail.com>2015-01-28 21:35:45 -0500
committerJames E Keenan <jkeenan@cpan.org>2015-01-28 21:35:45 -0500
commitf6bab5f637fea85f01e1e1f1882ace0bd404db4c (patch)
tree2be8709af2e1eaf0c062de53259f57e8694e010e /hv.c
parent92dfa2590a5024b530c9d58fdd2520a01d40cef6 (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index d5db46fb8c..5195ca205a 100644
--- a/hv.c
+++ b/hv.c
@@ -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