diff options
author | kiko%async.com.br <> | 2004-03-29 08:49:16 +0200 |
---|---|---|
committer | kiko%async.com.br <> | 2004-03-29 08:49:16 +0200 |
commit | d17e6ee16e71f3c4e48cc27451ba5365cbedda50 (patch) | |
tree | 82aa0e49a77115eda262d206fe78ce805469a525 | |
parent | 1bd3362ceed1454bfe7ac7b79c822cc32144c87c (diff) | |
download | bugzilla-d17e6ee16e71f3c4e48cc27451ba5365cbedda50.tar.gz bugzilla-d17e6ee16e71f3c4e48cc27451ba5365cbedda50.tar.xz |
Random speling fix.
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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); }; |