From: Kamalesh Babulal Date: Mon, 14 Aug 2023 07:55:35 +0000 (+0530) Subject: include/config.h: fix spellings across the file X-Git-Tag: v3.2.0~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90ee026118191bbd2772e6d07819329cbfb5a6e5;p=thirdparty%2Flibcgroup.git include/config.h: fix spellings across the file Fix the spelling mistakes across the file and also fix word case. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- diff --git a/include/libcgroup/config.h b/include/libcgroup/config.h index 08354d49..73c78467 100644 --- a/include/libcgroup/config.h +++ b/include/libcgroup/config.h @@ -71,7 +71,7 @@ int cgroup_config_unload_config(const char *pathname, int flags); * then. * * @param new_default New default permissions from this group are copied to - * libcgroup internal structures. I.e., this group can be freed immediatelly + * libcgroup internal structures. I.e., this group can be freed immediately * after this function returns. */ int cgroup_config_set_default(struct cgroup *new_default);