diff options
author | Tobias Brunner <tobias@strongswan.org> | 2017-03-22 13:13:56 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2017-03-23 18:29:18 +0100 |
commit | 1003cf23304da0819832137654cd9bab1fc3ff6a (patch) | |
tree | a6e2d4bba5bdd16c6c84b46196922fb994f06888 /src/libcharon/plugins | |
parent | 693107f6aeae523ff2b4e9db05143a355d8a5a7c (diff) | |
download | strongswan-1003cf23304da0819832137654cd9bab1fc3ff6a.tar.bz2 strongswan-1003cf23304da0819832137654cd9bab1fc3ff6a.tar.xz |
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libcharon/plugins')
-rw-r--r-- | src/libcharon/plugins/vici/README.md | 2 | ||||
-rw-r--r-- | src/libcharon/plugins/vici/vici_config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/plugins/vici/README.md b/src/libcharon/plugins/vici/README.md index 9e973b336..9bda949d0 100644 --- a/src/libcharon/plugins/vici/README.md +++ b/src/libcharon/plugins/vici/README.md @@ -258,7 +258,7 @@ Initiates an SA while streaming _control-log_ events. { child = <CHILD_SA configuration name to initiate> - ike = <optional IKE_SA configuraiton name to find child under> + ike = <optional IKE_SA configuration name to find child under> timeout = <timeout in ms before returning> init-limits = <whether limits may prevent initiating the CHILD_SA> loglevel = <loglevel to issue "control-log" events for> diff --git a/src/libcharon/plugins/vici/vici_config.h b/src/libcharon/plugins/vici/vici_config.h index 0c237e7de..6bff41c31 100644 --- a/src/libcharon/plugins/vici/vici_config.h +++ b/src/libcharon/plugins/vici/vici_config.h @@ -38,7 +38,7 @@ typedef struct vici_config_t vici_config_t; struct vici_config_t { /** - * Implements a configuraiton backend. + * Implements a configuration backend. */ backend_t backend; |