Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -37,7 +37,7 @@ struct sql_config_t {
|
||||
backend_t backend;
|
||||
|
||||
/**
|
||||
* Destry the backend.
|
||||
* Destroy the backend.
|
||||
*/
|
||||
void (*destroy)(sql_config_t *this);
|
||||
};
|
||||
|
||||
@@ -37,7 +37,7 @@ struct sql_cred_t {
|
||||
credential_set_t set;
|
||||
|
||||
/**
|
||||
* Destry the backend.
|
||||
* Destroy the backend.
|
||||
*/
|
||||
void (*destroy)(sql_cred_t *this);
|
||||
};
|
||||
|
||||
@@ -37,7 +37,7 @@ struct sql_logger_t {
|
||||
logger_t logger;
|
||||
|
||||
/**
|
||||
* Destry the backend.
|
||||
* Destroy the backend.
|
||||
*/
|
||||
void (*destroy)(sql_logger_t *this);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user