Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -165,7 +165,7 @@ METHOD(socket_t, receiver, status_t,
|
||||
{ .fd = this->ipv6_natt, .events = POLLIN },
|
||||
};
|
||||
int ports[] = {
|
||||
/* port numbers assocaited to pollfds */
|
||||
/* port numbers associated to pollfds */
|
||||
this->port, this->natt, this->port, this->natt,
|
||||
};
|
||||
|
||||
|
||||
@@ -322,7 +322,7 @@ struct private_kernel_netlink_ipsec_t {
|
||||
bool policy_history;
|
||||
|
||||
/**
|
||||
* Wheter to always use UPDATE to install policies
|
||||
* Whether to always use UPDATE to install policies
|
||||
*/
|
||||
bool policy_update;
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ struct private_mgf1_bitspender_t {
|
||||
int octets_left;
|
||||
|
||||
/**
|
||||
* Bit storage (accomodates up to 32 bits)
|
||||
* Bit storage (accommodates up to 32 bits)
|
||||
*/
|
||||
uint32_t bits;
|
||||
|
||||
@@ -64,7 +64,7 @@ struct private_mgf1_bitspender_t {
|
||||
int bits_left;
|
||||
|
||||
/**
|
||||
* Byte storage (accomodates up to 4 bytes)
|
||||
* Byte storage (accommodates up to 4 bytes)
|
||||
*/
|
||||
uint8_t bytes[4];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user