summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.c b/perl.c
index b19578c828..14b3d1b634 100644
--- a/perl.c
+++ b/perl.c
@@ -388,7 +388,7 @@ perl_construct(pTHXx)
PERL_HASH_WITH_STATE(PL_hash_state,PL_hash_chars[256],str,0);
}
#endif
- /* at this point we have initialezed the hash function, and we can start
+ /* at this point we have initialized the hash function, and we can start
* constructing hashes */
PL_hash_seed_set= TRUE;
}
@@ -3475,7 +3475,7 @@ Perl_get_debug_opts(pTHX_ const char **s, bool givehelp)
* If there is a free slot available marked with '?' feel
* free to reuse it for something else.
*
- * Regardles remember to update DEBUG_MASK in perl.h, and
+ * Regardless remember to update DEBUG_MASK in perl.h, and
* update the documentation above AND in pod/perlrun.pod.
*
* Note that the ? indicates an unused slot. As the code below