]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Fixed some typos, courtesy of codespell
authorTobias Brunner <tobias@strongswan.org>
Wed, 22 Mar 2017 12:13:56 +0000 (13:13 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 23 Mar 2017 17:29:18 +0000 (18:29 +0100)
NEWS
src/libcharon/daemon.h
src/libcharon/plugins/vici/README.md
src/libcharon/plugins/vici/vici_config.h
src/libcharon/sa/child_sa.c
src/libstrongswan/collections/linked_list.h
src/libstrongswan/plugins/pkcs1/pkcs1_builder.c
src/libtls/tls_fragmentation.c

diff --git a/NEWS b/NEWS
index 7a88bee975e97d75c950c7cdd797b79715ac5e24..aed5ee1da6fae1c6493a9427168009316ad8185e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1397,7 +1397,7 @@ strongswan-4.3.5
   correctly if the system time changes (e.g. when using NTP).
 
 - In addition to time based rekeying, charon supports IPsec SA lifetimes based
-  on processed volume or number of packets. They new ipsec.conf paramaters
+  on processed volume or number of packets. They new ipsec.conf parameters
   'lifetime' (an alias to 'keylife'), 'lifebytes' and 'lifepackets' handle
   SA timeouts, while the parameters 'margintime' (an alias to rekeymargin),
   'marginbytes' and 'marginpackets' trigger the rekeying before a SA expires.
@@ -1625,7 +1625,7 @@ strongswan-4.2.10
   counterparts with better lookup times.
 
 - Better parallelization to run charon on multiple cores. Due to improved
-  ressource locking and other optimizations the daemon can take full
+  resource locking and other optimizations the daemon can take full
   advantage of 16 or even more cores.
 
 - The load-tester plugin can use a NULL Diffie-Hellman group and simulate
index 3d6910589cd024d4c5af0538bbd1e8d3ed88abe0..a37a3148ac0052c29056a01caeb3b0a666d99369 100644 (file)
  * IKE_SA.
  *
  * The controller, credential_manager, bus and backend_manager (config) are
- * places where a plugin ca register itself to privide information or observe
+ * places where a plugin ca register itself to provide information or observe
  * and control the daemon.
  */
 
index 9e973b336f7089a47ff3d591e1b262ec84271ce6..9bda949d00cd578c80c4e77d5a8d5892e823ac62 100644 (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>
index 0c237e7dedf14a4e8a7367b04408a2fcc320f783..6bff41c31ee1dd9071e68f3c957c9c3353d67c7a 100644 (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;
 
index 9bd54334554112bbca9eeecc079ab82f21e56946..b9dd59b078ded716ce85624fab6002843815b370 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Coypright (C) 2016 Andreas Steffen
+ * Copyright (C) 2016 Andreas Steffen
  * Copyright (C) 2006-2016 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2006 Daniel Roethlisberger
index 5edaa07aabf8f989edb3d4dcbe6b200edfa44674..0b73079d39173384af328074f6b9b644897472a4 100644 (file)
@@ -212,7 +212,7 @@ struct linked_list_t {
        /**
         * Clones a list and its objects using the objects' clone method.
         *
-        * @param offset        offset ot the objects clone function
+        * @param offset        offset to the objects clone function
         * @return                      cloned list
         */
        linked_list_t *(*clone_offset) (linked_list_t *this, size_t offset);
index 97e0633e745807ba41b2a8d86c2f438be9c194f3..f642947838fc3fd467b7e887cb7a3e47f09a385a 100644 (file)
@@ -266,7 +266,7 @@ end:
  * }
  *
  * While the parameters and publicKey fields are OPTIONAL, RFC 5915 says that
- * paramaters MUST be included and publicKey SHOULD be.
+ * parameters MUST be included and publicKey SHOULD be.
  */
 static bool is_ec_private_key(chunk_t blob)
 {
index 3607aa3cb0b35a5e1dc4857f0dd1ae53b9fe3310..7a963029d1f20296b21292950865f448154a6f16 100644 (file)
@@ -329,7 +329,7 @@ static bool check_alerts(private_tls_fragmentation_t *this, chunk_t *data)
 }
 
 /**
- * Build hanshake message
+ * Build handshake message
  */
 static status_t build_handshake(private_tls_fragmentation_t *this)
 {