diff options
author | Iain Truskett <spoon@cpan.org> | 2003-07-03 22:40:42 +1000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-03 06:30:11 +0000 |
commit | 2d5ccbbaf6e451d3cdfd3aaf9891805bd0206665 (patch) | |
tree | dd66e4be1043b49e6e3c1ef2551432a6f22f87b3 /toke.c | |
parent | d99b02a1a9949639f16470065ea5568cd92f788d (diff) | |
download | perl-2d5ccbbaf6e451d3cdfd3aaf9891805bd0206665.tar.gz |
"without parens" vs "without parentheses"
Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
p4raw-id: //depot/perl@19944
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -682,7 +682,7 @@ S_check_uni(pTHX) char ch = *s; *s = '\0'; Perl_warner(aTHX_ packWARN(WARN_AMBIGUOUS), - "Warning: Use of \"%s\" without parens is ambiguous", + "Warning: Use of \"%s\" without parentheses is ambiguous", PL_last_uni); *s = ch; } |