diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-30 02:21:14 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-30 02:21:34 +0200 |
commit | 6562f1c45edaedf59c6314953f308718b62e67d7 (patch) | |
tree | b11863141b5114b0045d97f06303cf9dc1e09a56 /regexec.c | |
parent | b7f4cd045844046472b87b9aed90518bfb96818c (diff) | |
download | perl-6562f1c45edaedf59c6314953f308718b62e67d7.tar.gz |
Fix typo spotted by avar++
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3977,7 +3977,7 @@ S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog) char *saved_regeol = PL_regeol; struct re_save_state saved_state; - /* To not corrupt the existing regex state while executign the + /* To not corrupt the existing regex state while executing the * eval we would normally put it on the save stack, like with * save_re_context. However, re-evals have a weird scoping so we * can't just add ENTER/LEAVE here. With that, things like |