summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 290f11ad3b..795de09cff 100644
--- a/op.c
+++ b/op.c
@@ -1152,7 +1152,7 @@ Perl_scalarvoid(pTHX_ OP *o)
case OP_SUBST:
if (cPMOPo->op_pmflags & PMf_NONDESTRUCT)
- useless = "Non-destructive substitution (s///r)";
+ useless = "non-destructive substitution (s///r)";
break;
case OP_RV2GV: