From 511add21110fc60f10d33851971f21a482642ee8 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 4 Mar 2025 13:31:26 +0100 Subject: [PATCH] Fixed some typos, courtesy of codespell --- .../android/app/src/main/jni/libandroidbridge/charonservice.c | 2 +- src/libstrongswan/plugins/ml/ml_params.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.c b/src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.c index bec15a321..b9a34d15b 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.c @@ -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); diff --git a/src/libstrongswan/plugins/ml/ml_params.h b/src/libstrongswan/plugins/ml/ml_params.h index 585f57b73..280aed615 100644 --- a/src/libstrongswan/plugins/ml/ml_params.h +++ b/src/libstrongswan/plugins/ml/ml_params.h @@ -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