From d17e6ee16e71f3c4e48cc27451ba5365cbedda50 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Mon, 29 Mar 2004 06:49:16 +0000 Subject: Random speling fix. --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index abc0cbb06..1963ca6c3 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); }; -- cgit v1.2.3-24-g4f1b