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