Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2017-05-26 14:44:06 +02:00
parent cd0bba90a9
commit b2473e94a2
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ struct medcli_creds_t {
credential_set_t set;
/**
* Destroy the credentials databse.
* Destroy the credentials database.
*/
void (*destroy)(medcli_creds_t *this);
};
@@ -37,7 +37,7 @@ struct medcli_listener_t {
listener_t listener;
/**
* Destroy the credentials databse.
* Destroy the credentials database.
*/
void (*destroy)(medcli_listener_t *this);
};