]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 978619 - Typo in Bugzilla/Template.pm
authorMatt Selsky <selsky@columbia.edu>
Tue, 4 Mar 2014 20:30:16 +0000 (20:30 +0000)
committerDave Lawrence <dlawrence@mozilla.com>
Tue, 4 Mar 2014 20:30:16 +0000 (20:30 +0000)
r=dkl,a=justdave

Bugzilla/Template.pm

index e1f7f3b609b2b739fca8cb6ba21aef0c7a3f937b..3766137a52b1355397382f9432816c5f31481eba 100644 (file)
@@ -895,7 +895,7 @@ sub create {
             # started the session.
             'sudoer' => sub { return Bugzilla->sudoer; },
 
-            # Allow templates to access the "corect" URLBase value
+            # Allow templates to access the "correct" URLBase value
             'urlbase' => sub { return Bugzilla::Util::correct_urlbase(); },
 
             # Allow templates to access docs url with users' preferred language