diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-02 08:38:57 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-02 21:32:34 -0700 |
commit | 8db9069ca0bb3b524c2f656356fc526984285a58 (patch) | |
tree | a5d87de387b208aa5bbc38692773b32a7e5f4141 /op.c | |
parent | 6342d5c50ab0a9493ebc0908c3a6ec88d18e183b (diff) | |
download | perl-8db9069ca0bb3b524c2f656356fc526984285a58.tar.gz |
Don’t capitalise words in the middle of an error message
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |