From: Bingyin Zhang Date: Wed, 13 Dec 2017 07:56:13 +0000 (+0800) Subject: rgw: correct typo woild to would X-Git-Tag: v13.0.2~805^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19472%2Fhead;p=ceph.git rgw: correct typo woild to would Signed-off-by: Bingyin Zhang --- diff --git a/src/rgw/rgw_auth.h b/src/rgw/rgw_auth.h index 168498d0333..f6744425cf2 100644 --- a/src/rgw/rgw_auth.h +++ b/src/rgw/rgw_auth.h @@ -128,7 +128,7 @@ class Completer { public: /* It's expected that Completers would tend to implement many interfaces * and be used not only in req_state::auth::completer. Ref counting their - * instances woild be helpful. */ + * instances would be helpful. */ typedef std::shared_ptr cmplptr_t; virtual ~Completer() = default;