From 54d505d60abad8ebbdf00cf20f2ae7cda386ef2c Mon Sep 17 00:00:00 2001 From: xianxiaxiao Date: Wed, 14 Dec 2016 02:07:47 +0000 Subject: [PATCH] src/rgw/rgw_cache.cc:fix typos Signed-off-by: xianxiaxiao --- src/rgw/rgw_cache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_cache.cc b/src/rgw/rgw_cache.cc index 3083cf08155..31aff871165 100644 --- a/src/rgw/rgw_cache.cc +++ b/src/rgw/rgw_cache.cc @@ -88,7 +88,7 @@ bool ObjectCache::chain_cache_entry(list& cache_info_ent ldout(cct, 10) << "chain_cache_entry: cache_locator=" << cache_info->cache_locator << dendl; map::iterator iter = cache_map.find(cache_info->cache_locator); if (iter == cache_map.end()) { - ldout(cct, 20) << "chain_cache_entry: couldn't find cachce locator" << dendl; + ldout(cct, 20) << "chain_cache_entry: couldn't find cache locator" << dendl; return false; }