Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
* 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.
|
||||
*/
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user