Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2019-08-28 14:03:41 +02:00
parent 82cd511cc9
commit 17c9972252
13 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ struct sql_config_t {
backend_t backend;
/**
* Destry the backend.
* Destroy the backend.
*/
void (*destroy)(sql_config_t *this);
};