From: Larry W. Virden Date: Thu, 27 Mar 1997 18:02:46 +0000 (-0500) Subject: Minor string change in toke.c: 'bareword' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b56c8f8085a9e773ad87c6b3c1d0b5e39dbc348;p=p5sagit%2Fp5-mst-13.2.git Minor string change in toke.c: 'bareword' The only place I found in all of perl 5.003095 that used the phrase "Bare word" instead of "bareword" or "Bareword" was here: p5p-msgid: 1997Mar27.130247.1911552@hmivax.humgen.upenn.edu --- diff --git a/toke.c b/toke.c index ffc6329..5142d06 100644 --- a/toke.c +++ b/toke.c @@ -2509,7 +2509,7 @@ yylex() curcop->cop_line++; } else - no_op("Bare word",s); + no_op("Bareword",s); } /* Look for a subroutine with this name in current package. */