From 19baf5a08c53e74a191c3d72960815fc0d6ad099 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 26 Jul 2022 14:35:42 +0200 Subject: [PATCH] ike-cfg: Fix typo in method description --- src/libcharon/config/ike_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcharon/config/ike_cfg.h b/src/libcharon/config/ike_cfg.h index 0b4fe356f4..56b37b77a5 100644 --- a/src/libcharon/config/ike_cfg.h +++ b/src/libcharon/config/ike_cfg.h @@ -233,7 +233,7 @@ struct ike_cfg_t { * Get the first algorithm of a certain transform type that's contained in * any of the configured proposals. * - * For instance, use with KEY_EXCHANGE_METHOD to get the KE metho to use + * For instance, use with KEY_EXCHANGE_METHOD to get the KE method to use * for the IKE_SA initiation. * * @param type transform type to look for -- 2.47.2