summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorFelipe Gasper <felipe@felipegasper.com>2021-06-15 00:25:38 -0400
committerJames E Keenan <jkeenan@cpan.org>2021-06-15 06:35:54 -0400
commit5ab5717f6c5cffd470fe7dd317d88f0dbc20903c (patch)
tree772aa53fddf046707bf5656292db3e9e99623671 /regexec.c
parent9b7a2e9a504993262ba7201acf590d0b94bf5a9d (diff)
downloadperl-5ab5717f6c5cffd470fe7dd317d88f0dbc20903c.tar.gz
Fix spelling: precede
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 0e9e5c432e..b06b6b0ea3 100644
--- a/regexec.c
+++ b/regexec.c
@@ -5788,7 +5788,7 @@ S_isWB(pTHX_ WB_enum previous,
case WB_hs_then_hs: /* 2 horizontal spaces in a row */
next = advance_one_WB(&after_pos, strend, utf8_target,
FALSE /* Don't skip Extend nor Format */ );
- /* A space immediately preceeding an Extend or Format is attached
+ /* A space immediately preceding an Extend or Format is attached
* to by them, and hence gets separated from previous spaces.
* Otherwise don't break between horizontal white space */
return next == WB_Extend || next == WB_Format;