From: Tobias Brunner Date: Mon, 2 Nov 2020 13:32:27 +0000 (+0100) Subject: Fixed some typos, courtesy of codespell X-Git-Tag: 5.9.1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6f0e19bf5625809b1c91ec5c6c6f9ef2f0c2220;p=thirdparty%2Fstrongswan.git Fixed some typos, courtesy of codespell --- diff --git a/src/_updown/_updown.in b/src/_updown/_updown.in index d8d7110512..34eaf68c7d 100644 --- a/src/_updown/_updown.in +++ b/src/_updown/_updown.in @@ -43,7 +43,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/src/libcharon/plugins/updown/updown_listener.c b/src/libcharon/plugins/updown/updown_listener.c index c7ee7bf87e..00fdfa8de5 100644 --- a/src/libcharon/plugins/updown/updown_listener.c +++ b/src/libcharon/plugins/updown/updown_listener.c @@ -54,7 +54,7 @@ typedef struct cache_entry_t cache_entry_t; * Cache line in the interface name cache. */ struct cache_entry_t { - /** requid of the CHILD_SA */ + /** reqid of the CHILD_SA */ uint32_t reqid; /** cached interface name */ char *iface; diff --git a/src/libcharon/plugins/vici/vici_socket.c b/src/libcharon/plugins/vici/vici_socket.c index e55020e6d2..36f8dcc785 100644 --- a/src/libcharon/plugins/vici/vici_socket.c +++ b/src/libcharon/plugins/vici/vici_socket.c @@ -666,7 +666,7 @@ CALLBACK(flush_messages, void, VA_ARGS_VGET(args, this); /* no need for any locking as no other threads are running, the connections - * all get disconneted afterwards, so error handling is simple too */ + * all get disconnected afterwards, so error handling is simple too */ ret = do_write(this, entry, entry->stream, errmsg, sizeof(errmsg), TRUE); if (!ret && errmsg[0]) diff --git a/src/libcharon/sa/trap_manager.h b/src/libcharon/sa/trap_manager.h index 1b67ff82f8..f226798fc2 100644 --- a/src/libcharon/sa/trap_manager.h +++ b/src/libcharon/sa/trap_manager.h @@ -64,7 +64,7 @@ struct trap_manager_t { /** * Acquire an SA triggered by an installed trap. * - * @param reqid requid of the triggering CHILD_SA + * @param reqid reqid of the triggering CHILD_SA * @param src source of the triggering packet * @param dst destination of the triggering packet */ diff --git a/src/libstrongswan/plugins/openssl/openssl_plugin.c b/src/libstrongswan/plugins/openssl/openssl_plugin.c index 9cb593e56c..851d029dde 100644 --- a/src/libstrongswan/plugins/openssl/openssl_plugin.c +++ b/src/libstrongswan/plugins/openssl/openssl_plugin.c @@ -75,7 +75,7 @@ struct private_openssl_plugin_t { #if OPENSSL_VERSION_NUMBER < 0x10100000L /** - * Array of static mutexs, with CRYPTO_num_locks() mutex + * Array of static mutexes, with CRYPTO_num_locks() mutex */ static mutex_t **mutex = NULL; diff --git a/testing/tests/ikev1/nat-virtual-ip/hosts/moon/etc/nat_updown b/testing/tests/ikev1/nat-virtual-ip/hosts/moon/etc/nat_updown index 29531daa97..b21e724ef7 100755 --- a/testing/tests/ikev1/nat-virtual-ip/hosts/moon/etc/nat_updown +++ b/testing/tests/ikev1/nat-virtual-ip/hosts/moon/etc/nat_updown @@ -35,7 +35,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/testing/tests/ikev2/nat-rw-mark/hosts/sun/etc/mark_updown b/testing/tests/ikev2/nat-rw-mark/hosts/sun/etc/mark_updown index 396f74b7c4..48d5dc1513 100755 --- a/testing/tests/ikev2/nat-rw-mark/hosts/sun/etc/mark_updown +++ b/testing/tests/ikev2/nat-rw-mark/hosts/sun/etc/mark_updown @@ -43,7 +43,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/testing/tests/ikev2/nat-virtual-ip/hosts/moon/etc/nat_updown b/testing/tests/ikev2/nat-virtual-ip/hosts/moon/etc/nat_updown index d604159e96..a3c6802577 100755 --- a/testing/tests/ikev2/nat-virtual-ip/hosts/moon/etc/nat_updown +++ b/testing/tests/ikev2/nat-virtual-ip/hosts/moon/etc/nat_updown @@ -34,7 +34,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/testing/tests/ikev2/net2net-same-nets/hosts/sun/etc/mark_updown b/testing/tests/ikev2/net2net-same-nets/hosts/sun/etc/mark_updown index fffb11a807..3ace019a16 100755 --- a/testing/tests/ikev2/net2net-same-nets/hosts/sun/etc/mark_updown +++ b/testing/tests/ikev2/net2net-same-nets/hosts/sun/etc/mark_updown @@ -43,7 +43,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/testing/tests/ikev2/rw-mark-in-out/hosts/sun/etc/mark_updown b/testing/tests/ikev2/rw-mark-in-out/hosts/sun/etc/mark_updown index 20ce64c092..7f54a4888b 100755 --- a/testing/tests/ikev2/rw-mark-in-out/hosts/sun/etc/mark_updown +++ b/testing/tests/ikev2/rw-mark-in-out/hosts/sun/etc/mark_updown @@ -43,7 +43,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/testing/tests/libipsec/host2host-cert/hosts/moon/etc/updown b/testing/tests/libipsec/host2host-cert/hosts/moon/etc/updown index bfef9d0145..8a43daf975 100755 --- a/testing/tests/libipsec/host2host-cert/hosts/moon/etc/updown +++ b/testing/tests/libipsec/host2host-cert/hosts/moon/etc/updown @@ -43,7 +43,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/testing/tests/libipsec/host2host-cert/hosts/sun/etc/updown b/testing/tests/libipsec/host2host-cert/hosts/sun/etc/updown index bfef9d0145..8a43daf975 100755 --- a/testing/tests/libipsec/host2host-cert/hosts/sun/etc/updown +++ b/testing/tests/libipsec/host2host-cert/hosts/sun/etc/updown @@ -43,7 +43,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/testing/tests/libipsec/net2net-3des/hosts/moon/etc/updown b/testing/tests/libipsec/net2net-3des/hosts/moon/etc/updown index f98eb07cbf..bc0f3fe84b 100755 --- a/testing/tests/libipsec/net2net-3des/hosts/moon/etc/updown +++ b/testing/tests/libipsec/net2net-3des/hosts/moon/etc/updown @@ -43,7 +43,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/testing/tests/libipsec/net2net-3des/hosts/sun/etc/updown b/testing/tests/libipsec/net2net-3des/hosts/sun/etc/updown index f98eb07cbf..bc0f3fe84b 100755 --- a/testing/tests/libipsec/net2net-3des/hosts/sun/etc/updown +++ b/testing/tests/libipsec/net2net-3des/hosts/sun/etc/updown @@ -43,7 +43,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/testing/tests/libipsec/net2net-cert-ipv6/hosts/moon/etc/updown b/testing/tests/libipsec/net2net-cert-ipv6/hosts/moon/etc/updown index f98eb07cbf..bc0f3fe84b 100755 --- a/testing/tests/libipsec/net2net-cert-ipv6/hosts/moon/etc/updown +++ b/testing/tests/libipsec/net2net-cert-ipv6/hosts/moon/etc/updown @@ -43,7 +43,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/testing/tests/libipsec/net2net-cert-ipv6/hosts/sun/etc/updown b/testing/tests/libipsec/net2net-cert-ipv6/hosts/sun/etc/updown index f98eb07cbf..bc0f3fe84b 100755 --- a/testing/tests/libipsec/net2net-cert-ipv6/hosts/sun/etc/updown +++ b/testing/tests/libipsec/net2net-cert-ipv6/hosts/sun/etc/updown @@ -43,7 +43,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/testing/tests/libipsec/net2net-cert/hosts/moon/etc/updown b/testing/tests/libipsec/net2net-cert/hosts/moon/etc/updown index f98eb07cbf..bc0f3fe84b 100755 --- a/testing/tests/libipsec/net2net-cert/hosts/moon/etc/updown +++ b/testing/tests/libipsec/net2net-cert/hosts/moon/etc/updown @@ -43,7 +43,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/testing/tests/libipsec/net2net-cert/hosts/sun/etc/updown b/testing/tests/libipsec/net2net-cert/hosts/sun/etc/updown index f98eb07cbf..bc0f3fe84b 100755 --- a/testing/tests/libipsec/net2net-cert/hosts/sun/etc/updown +++ b/testing/tests/libipsec/net2net-cert/hosts/sun/etc/updown @@ -43,7 +43,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/testing/tests/libipsec/net2net-null/hosts/moon/etc/updown b/testing/tests/libipsec/net2net-null/hosts/moon/etc/updown index f98eb07cbf..bc0f3fe84b 100755 --- a/testing/tests/libipsec/net2net-null/hosts/moon/etc/updown +++ b/testing/tests/libipsec/net2net-null/hosts/moon/etc/updown @@ -43,7 +43,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp diff --git a/testing/tests/libipsec/net2net-null/hosts/sun/etc/updown b/testing/tests/libipsec/net2net-null/hosts/sun/etc/updown index f98eb07cbf..bc0f3fe84b 100755 --- a/testing/tests/libipsec/net2net-null/hosts/sun/etc/updown +++ b/testing/tests/libipsec/net2net-null/hosts/sun/etc/updown @@ -43,7 +43,7 @@ # is the name of the ipsec interface to be used. # # PLUTO_REQID -# is the requid of the AH|ESP policy +# is the reqid of the AH|ESP policy # # PLUTO_PROTO # is the negotiated IPsec protocol, ah|esp