]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
mock-dh: Fix typo in comment
authorTobias Brunner <tobias@strongswan.org>
Tue, 26 Jul 2022 08:03:23 +0000 (10:03 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 26 Jul 2022 08:03:23 +0000 (10:03 +0200)
src/libcharon/tests/utils/mock_dh.c

index e2499752cb6829112807f404768d425e73dcf5f5..b121024f289b392d7fd232908f198257b2c3783c 100644 (file)
@@ -37,7 +37,7 @@ struct private_diffie_hellman_t {
        key_exchange_t public;
 
        /**
-        * Instantiated key exchagne method
+        * Instantiated key exchange method
         */
        key_exchange_method_t method;
 };