summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Object.pm2
1 files changed, 1 insertions, 1 deletions
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) = @_;