summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2016-03-02 10:25:32 +0000
committerDavid Mitchell <davem@iabyn.com>2016-03-02 10:25:32 +0000
commit927111045d2064fd97eb5e9097dab8a19e639997 (patch)
tree53a60afbfdb0caf098ac566e7ef9019db57409ae /pp_hot.c
parentd1ac280ff42df46be47d0e0ef3a0730433a35cfb (diff)
downloadperl-927111045d2064fd97eb5e9097dab8a19e639997.tar.gz
pp_subst: fix typo
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 23e5d87f86..1a194a9369 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -2928,7 +2928,7 @@ PP(pp_subst)
orig = SvPV_nomg(TARG, len);
/* note we don't (yet) force the var into being a string; if we fail
- * to match, we leave as-is; on successful match howeverm, we *will*
+ * to match, we leave as-is; on successful match however, we *will*
* coerce into a string, then repeat the match */
if (!SvPOKp(TARG) || SvTYPE(TARG) == SVt_PVGV || SvVOK(TARG))
force_on_match = 1;