diff options
author | Olav Vitters <olav@vitters.nl> | 2012-12-25 23:25:38 +0100 |
---|---|---|
committer | Olav Vitters <olav@vitters.nl> | 2012-12-25 23:25:38 +0100 |
commit | fe4e7df68ed3232a81714f6082a8555a53a4c298 (patch) | |
tree | fd3615a3dbc0ba2d8beac8b2879199a342fac06c | |
parent | d5bb0d7644fcf80842d8ea63ed661d584ee89d0b (diff) | |
download | bugzilla-fe4e7df68ed3232a81714f6082a8555a53a4c298.tar.gz bugzilla-fe4e7df68ed3232a81714f6082a8555a53a4c298.tar.xz |
Bug 824644: Typo in code comment: request_cahce
r=LpSolit, a=LpSolit
-rw-r--r-- | Bugzilla/Object.pm | 2 |
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) = @_; |