From: xianxiaxiao Date: Wed, 14 Dec 2016 02:07:47 +0000 (+0000) Subject: src/rgw/rgw_cache.cc:fix typos X-Git-Tag: v11.1.1~56^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=54d505d60abad8ebbdf00cf20f2ae7cda386ef2c;p=ceph.git src/rgw/rgw_cache.cc:fix typos Signed-off-by: xianxiaxiao --- diff --git a/src/rgw/rgw_cache.cc b/src/rgw/rgw_cache.cc index 3083cf08155e..31aff871165a 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; }