From ca5f0e786fce054cf3cbddc3defc895874569bdc Mon Sep 17 00:00:00 2001 From: "kestes%walrus.com" Date: Fri, 14 Dec 2001 20:13:01 +0000 Subject: [PATCH] typo in print statement. git-svn-id: svn://10.0.0.236/trunk@110472 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox2/src/lib/Utils.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/tinderbox2/src/lib/Utils.pm b/mozilla/webtools/tinderbox2/src/lib/Utils.pm index 407f2a3d53f..ba2cd9c4998 100755 --- a/mozilla/webtools/tinderbox2/src/lib/Utils.pm +++ b/mozilla/webtools/tinderbox2/src/lib/Utils.pm @@ -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);