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