]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Random speling fix.
authorkiko%async.com.br <>
Mon, 29 Mar 2004 06:49:16 +0000 (06:49 +0000)
committerkiko%async.com.br <>
Mon, 29 Mar 2004 06:49:16 +0000 (06:49 +0000)
globals.pl

index abc0cbb06bc65268f5959e81328d3ea372e8e35b..1963ca6c3a7e0411687ee6f3a64af317b5be71c2 100644 (file)
@@ -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);
     };