summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2014-03-04 21:30:16 +0100
committerDave Lawrence <dlawrence@mozilla.com>2014-03-04 21:30:16 +0100
commit3de9825958abb148b97725a50132149b57ff24f2 (patch)
treef14bfc5b7007359bc20157456c79ed1a97f97cb9 /Bugzilla/Template.pm
parent816643985f50c44566690f326ffbf84532c92e83 (diff)
downloadbugzilla-3de9825958abb148b97725a50132149b57ff24f2.tar.gz
bugzilla-3de9825958abb148b97725a50132149b57ff24f2.tar.xz
Bug 978619 - Typo in Bugzilla/Template.pm
r=dkl,a=justdave
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r--Bugzilla/Template.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm
index e1f7f3b60..3766137a5 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