summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Object.pm
diff options
context:
space:
mode:
authorOlav Vitters <olav@vitters.nl>2012-12-25 23:25:38 +0100
committerOlav Vitters <olav@vitters.nl>2012-12-25 23:25:38 +0100
commitfe4e7df68ed3232a81714f6082a8555a53a4c298 (patch)
treefd3615a3dbc0ba2d8beac8b2879199a342fac06c /Bugzilla/Object.pm
parentd5bb0d7644fcf80842d8ea63ed661d584ee89d0b (diff)
downloadbugzilla-fe4e7df68ed3232a81714f6082a8555a53a4c298.tar.gz
bugzilla-fe4e7df68ed3232a81714f6082a8555a53a4c298.tar.xz
Bug 824644: Typo in code comment: request_cahce
r=LpSolit, a=LpSolit
Diffstat (limited to 'Bugzilla/Object.pm')
-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) = @_;