Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2017-03-23 18:29:18 +01:00
parent 693107f6ae
commit 1003cf2330
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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;