]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
ike-cfg: Fix typo in method description
authorTobias Brunner <tobias@strongswan.org>
Tue, 26 Jul 2022 12:35:42 +0000 (14:35 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 26 Jul 2022 12:35:56 +0000 (14:35 +0200)
src/libcharon/config/ike_cfg.h

index 0b4fe356f42129db18f865425d35c933a2b21c37..56b37b77a5634047a17b970231b8e37aa0724652 100644 (file)
@@ -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