From c1902881af57627c33f290f91c66430f78277bc8 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 12 Feb 2019 19:41:41 +0800 Subject: [PATCH] auth/AuthServer: fix typo in comments Signed-off-by: Kefu Chai --- src/auth/AuthServer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/auth/AuthServer.h b/src/auth/AuthServer.h index 80412aa3e390c..61a2650f192e9 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) { -- 2.39.5