From 28584c84776ca48f898894534369f741571d15ad Mon Sep 17 00:00:00 2001 From: "psychoticwolf%carolina.rr.com" Date: Fri, 5 Jan 2007 04:25:20 +0000 Subject: [PATCH] Bug 364890. Fix comment in Tinderbox s/bug/box. r=timeless git-svn-id: svn://10.0.0.236/trunk@217803 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/mozbot/BotModules/Tinderbox.bm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/mozbot/BotModules/Tinderbox.bm b/mozilla/webtools/mozbot/BotModules/Tinderbox.bm index 0dd7e83af74..371b8686ade 100644 --- a/mozilla/webtools/mozbot/BotModules/Tinderbox.bm +++ b/mozilla/webtools/mozbot/BotModules/Tinderbox.bm @@ -144,7 +144,7 @@ sub GotURI { $self->{'_lastupdate'} = $now; my @lines = split(/\n/os, $output); - # NOTE. There is a box in Tinderbox whereby if you pass it an invalid tree name, it + # NOTE. There is a bug in Tinderbox whereby if you pass it an invalid tree name, it # will stop at that tree and not give you any others. It won't give you an error # message, either. So do not give it the wrong trees!!! (XXX should fix this)