From: Kefu Chai Date: Tue, 12 Feb 2019 11:41:41 +0000 (+0800) Subject: auth/AuthServer: fix typo in comments X-Git-Tag: v14.1.0~154^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c1902881af57627c33f290f91c66430f78277bc8;p=ceph.git auth/AuthServer: fix typo in comments Signed-off-by: Kefu Chai --- diff --git a/src/auth/AuthServer.h b/src/auth/AuthServer.h index 80412aa3e390..61a2650f192e 100644 --- a/src/auth/AuthServer.h +++ b/src/auth/AuthServer.h @@ -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) {