From fe4e7df68ed3232a81714f6082a8555a53a4c298 Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Tue, 25 Dec 2012 23:25:38 +0100 Subject: Bug 824644: Typo in code comment: request_cahce r=LpSolit, a=LpSolit --- Bugzilla/Object.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Object.pm') diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm index 14b042c8c..0cecb8eca 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) = @_; -- cgit v1.2.3-24-g4f1b