From 3de9825958abb148b97725a50132149b57ff24f2 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Tue, 4 Mar 2014 20:30:16 +0000 Subject: [PATCH] Bug 978619 - Typo in Bugzilla/Template.pm r=dkl,a=justdave --- Bugzilla/Template.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3