Subject: PATCH (5.005_02): Dejargonizing
Date: Sun, 20 Dec 1998 14:35:20 -0500
Message-ID: <
19981220193520.11230.qmail@plover.com>
From: Mark-Jason Dominus <mjd@plover.com>
To: perl5-porters@perl.com
Subject: PATCH (5.005_02): Spelling correction in warning message
Date: Sun, 20 Dec 1998 13:51:30 -0500
Message-ID: <
19981220185130.11067.qmail@plover.com>
p4raw-id: //depot/cfgperl@2493
|| (_djstat_fail_bits & _STFAIL_TRUENAME)!=0
#endif
) {
- warn("Can't do inplace edit: %s would not be uniq",
+ warn("Can't do inplace edit: %s would not be unique",
SvPVX(sv) );
do_close(gv,FALSE);
continue;
char *s;
for (s = PL_bufptr; *s && (isALNUM(*s) || (*s & 0x80) || strchr("@$%, ",*s)); s++) ;
if (*s == ';' || *s == '=')
- warner(WARN_PARENTHESIS, "Parens missing around \"%s\" list",
+ warner(WARN_PARENTHESIS, "Parentheses missing around \"%s\" list",
lex ? "my" : "local");
}
}