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