]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Fixed some typos, courtesy of codespell
authorTobias Brunner <tobias@strongswan.org>
Mon, 2 Nov 2020 13:32:27 +0000 (14:32 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 4 Nov 2020 09:06:46 +0000 (10:06 +0100)
20 files changed:
src/_updown/_updown.in
src/libcharon/plugins/updown/updown_listener.c
src/libcharon/plugins/vici/vici_socket.c
src/libcharon/sa/trap_manager.h
src/libstrongswan/plugins/openssl/openssl_plugin.c
testing/tests/ikev1/nat-virtual-ip/hosts/moon/etc/nat_updown
testing/tests/ikev2/nat-rw-mark/hosts/sun/etc/mark_updown
testing/tests/ikev2/nat-virtual-ip/hosts/moon/etc/nat_updown
testing/tests/ikev2/net2net-same-nets/hosts/sun/etc/mark_updown
testing/tests/ikev2/rw-mark-in-out/hosts/sun/etc/mark_updown
testing/tests/libipsec/host2host-cert/hosts/moon/etc/updown
testing/tests/libipsec/host2host-cert/hosts/sun/etc/updown
testing/tests/libipsec/net2net-3des/hosts/moon/etc/updown
testing/tests/libipsec/net2net-3des/hosts/sun/etc/updown
testing/tests/libipsec/net2net-cert-ipv6/hosts/moon/etc/updown
testing/tests/libipsec/net2net-cert-ipv6/hosts/sun/etc/updown
testing/tests/libipsec/net2net-cert/hosts/moon/etc/updown
testing/tests/libipsec/net2net-cert/hosts/sun/etc/updown
testing/tests/libipsec/net2net-null/hosts/moon/etc/updown
testing/tests/libipsec/net2net-null/hosts/sun/etc/updown

index d8d7110512e96fdff30b56830deb15c8117320fe..34eaf68c7de59826bc5ecd256466e5f10d41f8e0 100644 (file)
@@ -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
index c7ee7bf87ec8b9966c01e7f103269476154e5704..00fdfa8de58977dfb1c687f96360831acf6367aa 100644 (file)
@@ -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;
index e55020e6d2f17f47068781fd6ed44f425fbeb5f4..36f8dcc78518f1b0f4c1904b75559fe3f1ea4560 100644 (file)
@@ -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])
index 1b67ff82f8e923887a78b6cfc5723b157bfabdbf..f226798fc2fe77595d5cc207b224165ee2f86a97 100644 (file)
@@ -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
         */
index 9cb593e56c4ce8d80d8bde40207a4f9e1d4fe9d9..851d029dde2e205594353c8872504aac343869f0 100644 (file)
@@ -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;
 
index 29531daa976a1bb3030954d5aee0fca7c5971cde..b21e724ef7b2b05c3edce576855cac11c480043e 100755 (executable)
@@ -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
index 396f74b7c43c6d34d385b95dcb1c443826dd486f..48d5dc1513f7e34f153183690de527e6c5a1e518 100755 (executable)
@@ -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
index d604159e967f084d56850b3758b645142f10b543..a3c68025770da6244e06e0020545602a5e8d0eff 100755 (executable)
@@ -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
index fffb11a80787323f5bf2c10cf119d0c9ba1ab6e3..3ace019a162a52efeeee70d9fad2f169cf2458ed 100755 (executable)
@@ -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
index 20ce64c09288681755d3b99bb1cf1994f47d8dc7..7f54a4888ba99547c1842658c7fce3f3724fa970 100755 (executable)
@@ -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
index bfef9d014541aac4e8fd95d00d2bff5353023ffe..8a43daf975657bfd42253c815814d03482e854c8 100755 (executable)
@@ -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
index bfef9d014541aac4e8fd95d00d2bff5353023ffe..8a43daf975657bfd42253c815814d03482e854c8 100755 (executable)
@@ -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
index f98eb07cbfdc819e9c7f90e72f5905bdb995006d..bc0f3fe84ba97eef46e88207eb1b5787fff48df9 100755 (executable)
@@ -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
index f98eb07cbfdc819e9c7f90e72f5905bdb995006d..bc0f3fe84ba97eef46e88207eb1b5787fff48df9 100755 (executable)
@@ -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
index f98eb07cbfdc819e9c7f90e72f5905bdb995006d..bc0f3fe84ba97eef46e88207eb1b5787fff48df9 100755 (executable)
@@ -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
index f98eb07cbfdc819e9c7f90e72f5905bdb995006d..bc0f3fe84ba97eef46e88207eb1b5787fff48df9 100755 (executable)
@@ -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
index f98eb07cbfdc819e9c7f90e72f5905bdb995006d..bc0f3fe84ba97eef46e88207eb1b5787fff48df9 100755 (executable)
@@ -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
index f98eb07cbfdc819e9c7f90e72f5905bdb995006d..bc0f3fe84ba97eef46e88207eb1b5787fff48df9 100755 (executable)
@@ -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
index f98eb07cbfdc819e9c7f90e72f5905bdb995006d..bc0f3fe84ba97eef46e88207eb1b5787fff48df9 100755 (executable)
@@ -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
index f98eb07cbfdc819e9c7f90e72f5905bdb995006d..bc0f3fe84ba97eef46e88207eb1b5787fff48df9 100755 (executable)
@@ -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