diff --git a/echosrv-conf.c b/echosrv-conf.c index e9b5197..87a46e4 100644 --- a/echosrv-conf.c +++ b/echosrv-conf.c @@ -1155,7 +1155,7 @@ static void scalar_to_string(char** strp, config_setting_t* s) /* Typesets all the settings in a configuration as a * newly-allocated string. The string management is caller's -* responsability. +* responsibility. * Returns the number of scalars in the configuration */ static int cfg_as_string(config_setting_t* parent, const char* path, char** strp) { diff --git a/sslh-conf.c b/sslh-conf.c index ef42589..7f81da8 100644 --- a/sslh-conf.c +++ b/sslh-conf.c @@ -2111,7 +2111,7 @@ static void scalar_to_string(char** strp, config_setting_t* s) /* Typesets all the settings in a configuration as a * newly-allocated string. The string management is caller's -* responsability. +* responsibility. * Returns the number of scalars in the configuration */ static int cfg_as_string(config_setting_t* parent, const char* path, char** strp) {