From c6206776b1ce2f637bc9a5f0ab0a8b00b3258445 Mon Sep 17 00:00:00 2001 From: xianxiaxiao Date: Thu, 15 Dec 2016 09:24:24 +0000 Subject: [PATCH] rc/rgw/rgw_coroutine.cc : fix typos Signed-off-by: xianxiaxiao --- src/rgw/rgw_coroutine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_coroutine.cc b/src/rgw/rgw_coroutine.cc index e559fab0c05..743399d5b51 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; } -- 2.39.5