]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: correct typo woild to would 19472/head
authorBingyin Zhang <zhangbingyin@cloudin.cn>
Wed, 13 Dec 2017 07:56:13 +0000 (15:56 +0800)
committerBingyin Zhang <zhangbingyin@cloudin.cn>
Wed, 13 Dec 2017 08:38:27 +0000 (16:38 +0800)
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
src/rgw/rgw_auth.h

index 168498d033316004a6615d3c04ba626405ab5480..f6744425cf2665b69d9a8151ac3ad00f347e92a6 100644 (file)
@@ -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<Completer> cmplptr_t;
 
   virtual ~Completer() = default;