]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
src/rgw/rgw_cache.cc:fix typos
authorxianxiaxiao <xianxia.xiao@kylin-cloud.com>
Wed, 14 Dec 2016 02:07:47 +0000 (02:07 +0000)
committerxianxiaxiao <xianxia.xiao@kylin-cloud.com>
Wed, 14 Dec 2016 07:27:25 +0000 (07:27 +0000)
Signed-off-by: xianxiaxiao <xianxia.xiao@kylin-cloud.com>
src/rgw/rgw_cache.cc

index 3083cf08155eebda75e70a7e15c87fb320e1831c..31aff871165a64d959a33961656a92bd705bbb40 100644 (file)
@@ -88,7 +88,7 @@ bool ObjectCache::chain_cache_entry(list<rgw_cache_entry_info *>& cache_info_ent
     ldout(cct, 10) << "chain_cache_entry: cache_locator=" << cache_info->cache_locator << dendl;
     map<string, ObjectCacheEntry>::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;
     }