From: xianxiaxiao Date: Thu, 15 Dec 2016 09:24:24 +0000 (+0000) Subject: rc/rgw/rgw_coroutine.cc : fix typos X-Git-Tag: v11.1.1~55^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c6206776b1ce2f637bc9a5f0ab0a8b00b3258445;p=ceph.git rc/rgw/rgw_coroutine.cc : fix typos Signed-off-by: xianxiaxiao --- diff --git a/src/rgw/rgw_coroutine.cc b/src/rgw/rgw_coroutine.cc index e559fab0c054..743399d5b511 100644 --- a/src/rgw/rgw_coroutine.cc +++ b/src/rgw/rgw_coroutine.cc @@ -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; }