From 4923c7e768b9e2b168b71a7bdc4a4586ca66cab2 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 19:21:11 +0100 Subject: correct spelling mistake --- src/pam-x2go.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pam-x2go.c b/src/pam-x2go.c index 0ed8a6b..6401433 100644 --- a/src/pam-x2go.c +++ b/src/pam-x2go.c @@ -389,7 +389,7 @@ unpriveleged_kill (struct passwd * pwdent) /* NOTE: We're ignoring whether we could kill it or not. It'd be nice to track that but there are a lot of reason that we could fail there and it's not a bad thing. Really we're attempting a best effort to clean up - we won't be able to gaurantee it. */ + we won't be able to guarantee it. */ _exit(EXIT_SUCCESS); } else if (pid < 0) { retval = PAM_SYSTEM_ERR; -- cgit v1.2.3