Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2017-11-15 10:21:13 +01:00
parent c87b16d256
commit 527b3f0ca5
15 changed files with 19 additions and 19 deletions
@@ -77,7 +77,7 @@ METHOD(plugin_t, get_name, char*,
}
/**
* Try to instanciate ea_aka_3gpp functions and card/provider backends
* Try to instantiate ea_aka_3gpp functions and card/provider backends
*/
static bool register_functions(private_eap_aka_3gpp_t *this,
plugin_feature_t *feature, bool reg, void *data)
@@ -55,7 +55,7 @@ METHOD(plugin_t, get_name, char*,
}
/**
* Try to instanciate 3gpp2 functions and card/provider backends
* Try to instantiate 3gpp2 functions and card/provider backends
*/
static bool register_functions(private_eap_aka_3gpp2_t *this,
plugin_feature_t *feature, bool reg, void *data)