summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
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);
};