From: Olav Vitters Date: Tue, 25 Dec 2012 22:25:38 +0000 (+0100) Subject: Bug 824644: Typo in code comment: request_cahce X-Git-Tag: bugzilla-4.5.1~260 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe4e7df68ed3232a81714f6082a8555a53a4c298;p=thirdparty%2Fbugzilla.git Bug 824644: Typo in code comment: request_cahce r=LpSolit, a=LpSolit --- diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm index 14b042c8c9..0cecb8ecab 100644 --- a/Bugzilla/Object.pm +++ b/Bugzilla/Object.pm @@ -117,7 +117,7 @@ sub _init { return $object; } -# Provides a mechanism for objects to be cached in the request_cahce +# Provides a mechanism for objects to be cached in the request_cache sub _cache_get { my $class = shift; my ($param) = @_;