]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rc/rgw/rgw_coroutine.cc : fix typos
authorxianxiaxiao <xianxia.xiao@kylin-cloud.com>
Thu, 15 Dec 2016 09:24:24 +0000 (09:24 +0000)
committerxianxiaxiao <xianxia.xiao@kylin-cloud.com>
Thu, 15 Dec 2016 09:24:24 +0000 (09:24 +0000)
Signed-off-by: xianxiaxiao <xianxia.xiao@kylin-cloud.com>
src/rgw/rgw_coroutine.cc

index e559fab0c05498e1168739440221e22019301806..743399d5b511000bfbe029560ea366dde8a1018a 100644 (file)
@@ -316,7 +316,7 @@ bool RGWCoroutinesStack::collect(RGWCoroutine *op, int *ret, RGWCoroutinesStack
       if (!stack->is_done()) {
         ldout(cct, 20) << "collect(): s=" << (void *)this << " stack=" << (void *)stack << " is still running" << dendl;
       } else if (stack == skip_stack) {
-        ldout(cct, 20) << "collect(): s=" << (void *)this << " stack=" << (void *)stack << " explicitily skipping stack" << dendl;
+        ldout(cct, 20) << "collect(): s=" << (void *)this << " stack=" << (void *)stack << " explicitly skipping stack" << dendl;
       }
       continue;
     }