From 6b8a203691e0fa10a6676576ca87f036d120170d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:39:27 -0400 Subject: [PATCH] spelling: responsibility Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- echosrv-conf.c | 2 +- sslh-conf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {