From: kiko%async.com.br <> Date: Mon, 29 Mar 2004 06:49:16 +0000 (+0000) Subject: Random speling fix. X-Git-Tag: bugzilla-2.18rc1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d17e6ee16e71f3c4e48cc27451ba5365cbedda50;p=thirdparty%2Fbugzilla.git Random speling fix. --- diff --git a/globals.pl b/globals.pl index abc0cbb06b..1963ca6c3a 100644 --- a/globals.pl +++ b/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); };