]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Fixed some typos, courtesy of codespell
authorTobias Brunner <tobias@strongswan.org>
Wed, 15 Nov 2017 09:21:13 +0000 (10:21 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 15 Nov 2017 09:21:13 +0000 (10:21 +0100)
15 files changed:
src/frontends/gnome/NEWS
src/libcharon/config/proposal.h
src/libcharon/encoding/payloads/cert_payload.h
src/libcharon/encoding/payloads/eap_payload.c
src/libcharon/encoding/payloads/nonce_payload.c
src/libcharon/encoding/payloads/transform_substructure.h
src/libcharon/kernel/kernel_ipsec.h
src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_plugin.c
src/libcharon/plugins/eap_aka_3gpp2/eap_aka_3gpp2_plugin.c
src/libcharon/sa/ike_sa.h
src/libcharon/sa/ikev2/task_manager_v2.c
src/libfast/fast_dispatcher.c
src/libfast/fast_dispatcher.h
src/libfast/fast_session.h
src/manager/templates/static/jquery.js

index 2ccfe3a4d3bd2e14eabae56409b10f96915d0e1f..ee1773ecb0e254eeb93804638cae787fd4033adc 100644 (file)
@@ -27,7 +27,7 @@ NetworkManager-strongswan-1.3.1
 -------------------------------
 
 - Add PSK support
-- Updated german translations
+- Updated German translations
 
 NetworkManager-strongswan-1.3.0
 -------------------------------
@@ -44,7 +44,7 @@ NetworkManager-strongswan-1.1.2
 
 - Additionally look for libnm-glib[-vpn] pkgconfig packages during configure
 - Tooltips are translatable
-- Update german translations
+- Update German translations
 
 NetworkManager-strongswan-1.1.1
 -------------------------------
index 2bdf3454fb2c692b6a83f583a66e6d3fa97bfc72..0dc70f4c5ea62fdc7545359c9fa716a805c56b7b 100644 (file)
@@ -82,7 +82,7 @@ struct proposal_t {
                                                   uint16_t alg, uint16_t key_size);
 
        /**
-        * Get an enumerator over algorithms for a specifc algo type.
+        * Get an enumerator over algorithms for a specific algo type.
         *
         * @param type                  kind of algorithm
         * @return                              enumerator over uint16_t alg, uint16_t key_size
index 834f35d60503fc4ec712b218c4099816307979ae..e134aac8d92f31f044ae098f05cda5b80d8b6337 100644 (file)
@@ -131,7 +131,7 @@ cert_payload_t *cert_payload_create_from_cert(payload_type_t type,
 /**
  * Creates an IKEv2 certificate payload with hash and URL encoding.
  *
- * @param hash                         hash of the DER encoded certificate (get's cloned)
+ * @param hash                         hash of the DER encoded certificate (gets cloned)
  * @param url                          URL to the certificate
  * @return                                     cert_payload_t object
  */
index 923135da934f401d177ae71991aed7479dfc7680..cbf74eb7342455279c17ced691a29572b642c7b2 100644 (file)
@@ -441,7 +441,7 @@ eap_payload_t *eap_payload_create_nak(uint8_t identifier, eap_type_t type,
                        added_any = TRUE;
                }
                else if (reg_vendor)
-               {       /* found vendor specifc method, but this is not an expanded Nak */
+               {       /* found vendor specific method, but this is not an expanded Nak */
                        found_vendor = TRUE;
                }
        }
index 17a0417dc7202e6a9a740759a9ff04fbf37abba8..52b09b663e4b7e7bdf64a0aa14fcb69f13038c2d 100644 (file)
@@ -86,7 +86,7 @@ static encoding_rule_t encodings[] = {
        { RESERVED_BIT,         offsetof(private_nonce_payload_t, reserved[6])          },
        /* Length of the whole nonce payload*/
        { PAYLOAD_LENGTH,       offsetof(private_nonce_payload_t, payload_length)       },
-       /* some nonce bytes, lenth is defined in PAYLOAD_LENGTH */
+       /* some nonce bytes, length is defined in PAYLOAD_LENGTH */
        { CHUNK_DATA,           offsetof(private_nonce_payload_t, nonce)                        },
 };
 
index e75dc27bbfecbf4742e5def1532ceae337d772a8..cb75f1ea7df9eb9d3fbf8b5419f478dfe24312dc 100644 (file)
@@ -107,7 +107,7 @@ transform_substructure_t *transform_substructure_create(payload_type_t type);
  *
  * @param type                         PLV2_TRANSFORM_SUBSTRUCTURE or PLV1_TRANSFORM_SUBSTRUCTURE
  * @param type_or_number       Type (IKEv2) or number (IKEv1) of transform
- * @param id                           transform id specifc for the transform type
+ * @param id                           transform id specific for the transform type
  * @return                                     transform_substructure_t object
  */
 transform_substructure_t *transform_substructure_create_type(payload_type_t type,
index 6fafeb7605fb3add4c7595c68abdea63c19432e4..b7530403123fa26e7ab2f95a03b2bc44dc6fdc3b 100644 (file)
@@ -183,7 +183,7 @@ struct kernel_ipsec_query_policy_t {
  * Policy information are cached in the interface. This is necessary to do
  * reference counting. The Linux kernel does not allow the same policy
  * installed twice, but we need this as CHILD_SA exist multiple times
- * when rekeying. Thats why we do reference counting of policies.
+ * when rekeying. That's why we do reference counting of policies.
  */
 struct kernel_ipsec_t {
 
index 3d0e06146d9d00a06387a9652c27ef02350d6427..650af86d9a368069d41d57fda4b95fa18c6203bb 100644 (file)
@@ -77,7 +77,7 @@ METHOD(plugin_t, get_name, char*,
 }
 
 /**
- * Try to instanciate ea_aka_3gpp functions and card/provider backends
+ * Try to instantiate ea_aka_3gpp functions and card/provider backends
  */
 static bool register_functions(private_eap_aka_3gpp_t *this,
                                                           plugin_feature_t *feature, bool reg, void *data)
index d7d0d05075872a6cef73824798799dafbaefe80f..3f9db71c6b7e798a88fcb9608acc0004ef985cc8 100644 (file)
@@ -55,7 +55,7 @@ METHOD(plugin_t, get_name, char*,
 }
 
 /**
- * Try to instanciate 3gpp2 functions and card/provider backends
+ * Try to instantiate 3gpp2 functions and card/provider backends
  */
 static bool register_functions(private_eap_aka_3gpp2_t *this,
                                                           plugin_feature_t *feature, bool reg, void *data)
index 4d8af299dbdb50f7a96d6b648e6e0149b3312da5..fbc3672922a9c55497fec1106be5e8750ffc884a 100644 (file)
@@ -1014,7 +1014,7 @@ struct ike_sa_t {
        /**
         * Rekey the IKE_SA.
         *
-        * Sets up a new IKE_SA, moves all CHILDs to it and deletes this IKE_SA.
+        * Sets up a new IKE_SA, moves all CHILD_SAs to it and deletes this IKE_SA.
         *
         * @return                              - SUCCESS, if IKE_SA rekeying initiated
         */
index 4cad18ee7dad2cef05fa733a9c6e1c7dde37e7ee..361eb0fe1db64754ea44dbf0fef2707546689796 100644 (file)
@@ -131,7 +131,7 @@ struct private_task_manager_t {
        array_t *queued_tasks;
 
        /**
-        * Array of active tasks, initiated by ourselve
+        * Array of active tasks, initiated by ourselves
         */
        array_t *active_tasks;
 
index 66a2ee514e06b576490b351e72fdb2df80dcaf64..4b422f0778ade88fde40308d107744bf6dd3d292 100644 (file)
@@ -136,7 +136,7 @@ typedef struct {
 } session_entry_t;
 
 /**
- * create a session and instanciate controllers
+ * create a session and instantiate controllers
  */
 static fast_session_t* load_session(private_fast_dispatcher_t *this)
 {
index 6546385c64fad76726246870cb7d263d1796a5b5..21708a7449bec50b011398b2c6830b749b6f3f98 100644 (file)
  * The application has a global context and a session context. The global
  * context is accessed from all sessions simultaneously and therefore
  * needs to be threadsave. Often a database wrapper is the global context.
- * The session context is instanciated per session. Sessions are managed
+ * The session context is instantiated per session. Sessions are managed
  * automatically through session cookies. The session context is kept alive
  * until the session times out. It must implement the context_t interface and
  * a #fast_context_constructor_t is needed to create instances. To each session,
- * a set of controllers gets instanciated. The controller instances are per
+ * a set of controllers gets instantiated. The controller instances are per
  * session, so you can hold private data for each user.
  * Controllers need to implement the controller_t interface and need a
  * #fast_controller_constructor_t function to create instances.
@@ -72,7 +72,7 @@ typedef struct fast_dispatcher_t fast_dispatcher_t;
  *
  * The dispatcher creates a session for each client (using SID cookies). In
  * each session, a session context is created using the context constructor.
- * Each controller is instanciated in the session using the controller
+ * Each controller is instantiated in the session using the controller
  * constructor added with add_controller.
  */
 struct fast_dispatcher_t {
@@ -102,7 +102,7 @@ struct fast_dispatcher_t {
        /**
         * Start with dispatching.
         *
-        * Instanciate a constant thread pool and start dispatching requests.
+        * Instantiate a constant thread pool and start dispatching requests.
         *
         * @param threads               number of dispatching threads
         */
index 2ff450b9332694b40d8f063edc229902e26395ed..3fca3673e6bf9cc9f9203631ddd23fe77584d501 100644 (file)
@@ -28,7 +28,7 @@
 typedef struct fast_session_t fast_session_t;
 
 /**
- * Session handling class, instanciated for each user session.
+ * Session handling class, instantiated for each user session.
  */
 struct fast_session_t {
 
index 7cb68d02f3ceb37ee8f7e1e8c8a41aec948953ba..f0e43fa931bb88c3c0d6ac2bb0af421a356b15eb 100644 (file)
@@ -311,7 +311,7 @@ jQuery.fn = jQuery.prototype = {
                                        for ( var i = one ? index : 0, max = one ? index + 1 : options.length; i < max; i++ ) {
                                                var option = options[i];
                                                if ( option.selected ) {
-                                                       // Get the specifc value for the option
+                                                       // Get the specific value for the option
                                                        var val = jQuery.browser.msie && !option.attributes["value"].specified ? option.text : option.value;
                                                        
                                                        // We don't need an array for one selects