summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 2f18231f36..e569a91470 100644
--- a/regexec.c
+++ b/regexec.c
@@ -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