Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2018-09-17 18:51:44 +02:00
parent 432e2a72b2
commit 784d96e031
33 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
#include <collections/linked_list.h>
#include <collections/hashtable.h>
/** Intervall to check for expired sessions, in seconds */
/** Interval to check for expired sessions, in seconds */
#define CLEANUP_INTERVAL 30
typedef struct private_fast_dispatcher_t private_fast_dispatcher_t;
+1 -1
View File
@@ -83,7 +83,7 @@ struct fast_dispatcher_t {
* The first controller added serves as default controller. Client's
* get redirected to it if no other controller matches.
*
* @param constructor constructor function to the conntroller
* @param constructor constructor function to the controller
* @param param param to pass to constructor
*/
void (*add_controller)(fast_dispatcher_t *this,