]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
auth/AuthServer: fix typo in comments
authorKefu Chai <kchai@redhat.com>
Tue, 12 Feb 2019 11:41:41 +0000 (19:41 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 12 Feb 2019 12:01:09 +0000 (20:01 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/auth/AuthServer.h

index 80412aa3e390c58de4bed1a3081e653f0916f215..61a2650f192e977b47b465cf94c61b9a3e7b2c48 100644 (file)
@@ -25,7 +25,7 @@ public:
     auth_registry.get_supported_methods(peer_type, methods, modes);
   }
 
-  /// Get support connectino modes for the given peer type and auth method
+  /// Get support connection modes for the given peer type and auth method
   virtual void get_supported_con_modes(
     int peer_type,
     uint32_t auth_method,
@@ -33,7 +33,7 @@ public:
     auth_registry.get_supported_modes(peer_type, auth_method, modes);
   }
 
-  /// return an AuthAuthorizeHandler for hte given peer type and auth method
+  /// return an AuthAuthorizeHandler for the given peer type and auth method
   AuthAuthorizeHandler *get_auth_authorize_handler(
     int peer_type,
     int auth_method) {