From: Matt Selsky Date: Tue, 4 Mar 2014 20:30:16 +0000 (+0000) Subject: Bug 978619 - Typo in Bugzilla/Template.pm X-Git-Tag: bugzilla-4.5.3~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3de9825958abb148b97725a50132149b57ff24f2;p=thirdparty%2Fbugzilla.git Bug 978619 - Typo in Bugzilla/Template.pm r=dkl,a=justdave --- diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index e1f7f3b609..3766137a52 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -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