From daf6a1330b5d3c4ab5c6665e9af7ec539b964761 Mon Sep 17 00:00:00 2001 From: Bingyin Zhang Date: Wed, 13 Dec 2017 15:56:13 +0800 Subject: [PATCH] rgw: correct typo woild to would Signed-off-by: Bingyin Zhang --- src/rgw/rgw_auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_auth.h b/src/rgw/rgw_auth.h index 168498d03331..f6744425cf26 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; -- 2.47.3