Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2018-05-23 16:33:02 +02:00
parent 1b67166921
commit 89bd016ef4
34 changed files with 36 additions and 36 deletions
@@ -58,7 +58,7 @@ void eap_radius_forward_from_ike(radius_message_t *request);
/**
* Forward RADIUS attributes from a RADIUS response to IKE notifies.
*
* @param response RADIUS respose to read notifies from
* @param response RADIUS response to read notifies from
*/
void eap_radius_forward_to_ike(radius_message_t *response);
@@ -34,7 +34,7 @@ typedef struct eap_radius_plugin_t eap_radius_plugin_t;
/**
* EAP RADIUS proxy plugin.
*
* This plugin provides not a single EAP method, but a proxy to forwared
* This plugin provides not a single EAP method, but a proxy to forward
* EAP packets to a RADIUS server. It only provides server implementations.
*/
struct eap_radius_plugin_t {
+1 -1
View File
@@ -320,7 +320,7 @@ METHOD(ha_message_t, add_attribute, void,
* Attribute enumerator implementation
*/
typedef struct {
/** implementes enumerator_t */
/** implements enumerator_t */
enumerator_t public;
/** position in message */
chunk_t buf;
@@ -32,7 +32,7 @@
/**
* General purpose netlink buffer.
*
* Some platforms require an enforced aligment to four bytes (e.g. ARM).
* Some platforms require an enforced alignment to four bytes (e.g. ARM).
*/
typedef union {
struct nlmsghdr hdr;
+1 -1
View File
@@ -249,7 +249,7 @@ static bool have_vips_from_pool(mem_pool_t *pool, linked_list_t *vips)
{
end = chunk_clone(start);
/* mem_pool is currenty limited to 2^31 addresses, so 32-bit
/* mem_pool is currently limited to 2^31 addresses, so 32-bit
* calculations should be sufficient. */
size = untoh32(start.ptr + start.len - sizeof(size));
htoun32(end.ptr + end.len - sizeof(size), size + pool->get_size(pool));
+1 -1
View File
@@ -112,7 +112,7 @@ struct private_vici_config_t {
rwlock_t *lock;
/**
* Condvar used to snyc running actions
* Condvar used to sync running actions
*/
rwlock_condvar_t *condvar;