Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner 2014-12-15 17:11:14 +01:00
parent d21b01462e
commit 3000f6aada
3 changed files with 4 additions and 4 deletions

View File

@ -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,
};

View File

@ -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;

View File

@ -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];