typo in print statement.

git-svn-id: svn://10.0.0.236/trunk@110472 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kestes%walrus.com 2001-12-14 20:13:01 +00:00
parent 6168f2e194
commit ca5f0e786f

View File

@ -3,8 +3,8 @@
# Utils.pm - General purpose utility functions. Every project needs a
# kludge bucket for common access.
# $Revision: 1.25 $
# $Date: 2001-10-18 16:19:55 $
# $Revision: 1.26 $
# $Date: 2001-12-14 20:13:01 $
# $Author: kestes%walrus.com $
# $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/lib/Utils.pm,v $
# $Name: not supported by cvs2svn $
@ -342,7 +342,7 @@ sub cache_cmd {
my ($join_char) = ',';
("@cmd" =~ m/$join_char/) &&
die("cmd '@cmd' can not containt character '$join_char'\n");
die("cmd '@cmd' can not contain character '$join_char'\n");
my ($key) = join ($join_char, @cmd);