From dd3d5bde5db064d74ef3bb58e488061ef2aa328c Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" Date: Sun, 28 Mar 2004 22:49:16 +0000 Subject: [PATCH] Random speling fix. git-svn-id: svn://10.0.0.236/trunk@154349 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/globals.pl b/mozilla/webtools/bugzilla/globals.pl index abc0cbb06bc..1963ca6c3a7 100644 --- a/mozilla/webtools/bugzilla/globals.pl +++ b/mozilla/webtools/bugzilla/globals.pl @@ -1485,7 +1485,7 @@ sub GetFormat { # Now check that the template actually exists. We only want to check # if the template exists; any other errors (eg parse errors) will - # end up being detected laer. + # end up being detected later. eval { Bugzilla->template->context->template($template); };