summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorIain Truskett <spoon@cpan.org>2003-07-03 22:40:42 +1000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-03 06:30:11 +0000
commit2d5ccbbaf6e451d3cdfd3aaf9891805bd0206665 (patch)
treedd66e4be1043b49e6e3c1ef2551432a6f22f87b3 /toke.c
parentd99b02a1a9949639f16470065ea5568cd92f788d (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index d57dc0cef9..bac0380c07 100644
--- a/toke.c
+++ b/toke.c
@@ -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;
}