]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 824644: Typo in code comment: request_cahce
authorOlav Vitters <olav@vitters.nl>
Tue, 25 Dec 2012 22:25:38 +0000 (23:25 +0100)
committerOlav Vitters <olav@vitters.nl>
Tue, 25 Dec 2012 22:25:38 +0000 (23:25 +0100)
r=LpSolit, a=LpSolit

Bugzilla/Object.pm

index 14b042c8c991e62032645c92340dc188bae96d08..0cecb8ecab54cecb11d6685fee04fa8f148d0f46 100644 (file)
@@ -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) = @_;