Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ typedef struct cache_entry_t cache_entry_t;
|
|||||||
* Cache line in the interface name cache.
|
* Cache line in the interface name cache.
|
||||||
*/
|
*/
|
||||||
struct cache_entry_t {
|
struct cache_entry_t {
|
||||||
/** requid of the CHILD_SA */
|
/** reqid of the CHILD_SA */
|
||||||
uint32_t reqid;
|
uint32_t reqid;
|
||||||
/** cached interface name */
|
/** cached interface name */
|
||||||
char *iface;
|
char *iface;
|
||||||
|
|||||||
@@ -666,7 +666,7 @@ CALLBACK(flush_messages, void,
|
|||||||
VA_ARGS_VGET(args, this);
|
VA_ARGS_VGET(args, this);
|
||||||
|
|
||||||
/* no need for any locking as no other threads are running, the connections
|
/* 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);
|
ret = do_write(this, entry, entry->stream, errmsg, sizeof(errmsg), TRUE);
|
||||||
|
|
||||||
if (!ret && errmsg[0])
|
if (!ret && errmsg[0])
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ struct trap_manager_t {
|
|||||||
/**
|
/**
|
||||||
* Acquire an SA triggered by an installed trap.
|
* 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 src source of the triggering packet
|
||||||
* @param dst destination of the triggering packet
|
* @param dst destination of the triggering packet
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ struct private_openssl_plugin_t {
|
|||||||
#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
#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;
|
static mutex_t **mutex = NULL;
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
# is the name of the ipsec interface to be used.
|
# is the name of the ipsec interface to be used.
|
||||||
#
|
#
|
||||||
# PLUTO_REQID
|
# PLUTO_REQID
|
||||||
# is the requid of the AH|ESP policy
|
# is the reqid of the AH|ESP policy
|
||||||
#
|
#
|
||||||
# PLUTO_PROTO
|
# PLUTO_PROTO
|
||||||
# is the negotiated IPsec protocol, ah|esp
|
# is the negotiated IPsec protocol, ah|esp
|
||||||
|
|||||||
Reference in New Issue
Block a user