aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-09-05 13:06:14 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-09-05 13:06:14 +0200
commit08459c5e32a1677c7855613ab4a115a5cab238fa (patch)
treeb1f5e788ab64ec43f652f25d4ee99f103c70f43c
parent10e55c53425817678cf916cd0e12efce515ce223 (diff)
parent4923c7e768b9e2b168b71a7bdc4a4586ca66cab2 (diff)
downloadlibpam-x2go-08459c5e32a1677c7855613ab4a115a5cab238fa.tar.gz
libpam-x2go-08459c5e32a1677c7855613ab4a115a5cab238fa.tar.bz2
libpam-x2go-08459c5e32a1677c7855613ab4a115a5cab238fa.zip
Merge branch 'EdwardBetts-spelling'
Attributes GH PR #1: https://github.com/ArcticaProject/libpam-x2go/pull/1
-rw-r--r--src/pam-x2go.c2
1 files changed, 1 insertions, 1 deletions
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;