From c4640f3bed0f7d7840f274b094038f1656bb5cc5 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Fri, 25 Jun 1999 15:35:41 +0000 Subject: [PATCH] Fix spell-o. git-svn-id: svn://10.0.0.236/trunk@36896 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/warnings.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/tinderbox/warnings.pl b/mozilla/webtools/tinderbox/warnings.pl index 12ceb395d96..62ea9d5baea 100755 --- a/mozilla/webtools/tinderbox/warnings.pl +++ b/mozilla/webtools/tinderbox/warnings.pl @@ -263,7 +263,7 @@ __END_HEADER if ($warn_rec->{count} == 1) { print "See build log"; } else { - print "See 1st of $warn_rec->{count} occurances in build log"; + print "See 1st of $warn_rec->{count} occurrences in build log"; } print ")
";