]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Fixed some typos, courtesy of codespell
authorTobias Brunner <tobias@strongswan.org>
Tue, 4 Mar 2025 12:31:26 +0000 (13:31 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 4 Mar 2025 12:43:31 +0000 (13:43 +0100)
src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.c
src/libstrongswan/plugins/ml/ml_params.h

index bec15a3218ca93cac8168f657fde09b56bf6298b..b9a34d15bd1c2c68c49340b744d5b723c803325a 100644 (file)
@@ -505,7 +505,7 @@ static void set_options(char *logfile, jboolean ipv6)
        lib->settings->set_bool(lib->settings,
                                        "charon.initiator_only", TRUE);
        /* the service currently can't handle make-before-break reauth and assumes
-        * the old SA is deleted before the replacement and intalls a special
+        * the old SA is deleted before the replacement and installs a special
         * replacement TUN device in-between */
        lib->settings->set_bool(lib->settings,
                                        "charon.make_before_break", FALSE);
index 585f57b736d7d0caa540e18271396e00fde4be83..280aed6155a6bc0be0ca823c240d6022c215beba 100644 (file)
@@ -100,7 +100,7 @@ struct ml_kem_params_t {
 extern const uint16_t ml_kem_zetas[128];
 
 /**
- * Get parameters fro a specific ML-KEM method.
+ * Get parameters for a specific ML-KEM method.
  *
  * @param method               key exchange method
  * @return                             parameters, NULL if not supported