aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/medcli/medcli_creds.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-05-26 14:44:06 +0200
committerTobias Brunner <tobias@strongswan.org>2017-05-26 14:44:06 +0200
commitb2473e94a21598eb818daee696e9fb0c7e87530d (patch)
tree73980725c640681764076f1a94adf48839cbe6fc /src/libcharon/plugins/medcli/medcli_creds.h
parentcd0bba90a9d38afd4378ec498802aa05704734d9 (diff)
downloadstrongswan-b2473e94a21598eb818daee696e9fb0c7e87530d.tar.bz2
strongswan-b2473e94a21598eb818daee696e9fb0c7e87530d.tar.xz
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libcharon/plugins/medcli/medcli_creds.h')
-rw-r--r--src/libcharon/plugins/medcli/medcli_creds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/medcli/medcli_creds.h b/src/libcharon/plugins/medcli/medcli_creds.h
index 4b5402653..ec17955a2 100644
--- a/src/libcharon/plugins/medcli/medcli_creds.h
+++ b/src/libcharon/plugins/medcli/medcli_creds.h
@@ -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);
};