From: Kamalesh Babulal Date: Mon, 14 Aug 2023 07:55:35 +0000 (+0530) Subject: pam/pam_cgroup.c: fix spellings across the file X-Git-Tag: v3.2.0~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aa2145534d4e088b9447802433f3988d999dac3;p=thirdparty%2Flibcgroup.git pam/pam_cgroup.c: 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/src/pam/pam_cgroup.c b/src/pam/pam_cgroup.c index b268effe..4fd84f37 100644 --- a/src/pam/pam_cgroup.c +++ b/src/pam/pam_cgroup.c @@ -110,7 +110,7 @@ PAM_EXTERN int pam_sm_open_session(pam_handle_t *pamh, int flags, int argc, cons D(("user name is %s", user_name)); - /* Initialize libcg */ + /* Initialize libcgroup */ ret = cgroup_init(); if (ret) { if (ctrl & PAM_DEBUG_ARG) @@ -118,7 +118,7 @@ PAM_EXTERN int pam_sm_open_session(pam_handle_t *pamh, int flags, int argc, cons return PAM_SESSION_ERR; } - D(("Initialized libcgroup successfuly.")); + D(("Initialized libcgroup successfully.")); /* Determine the pid of the task */ pid = getpid();