diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-02 15:10:31 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-02 15:10:31 +0200 |
commit | e62ff546b24b28ce7fc2d155cbbf52b06cc7844c (patch) | |
tree | 954d38334cf902c0e9f99526efc63aa922f6534b | |
parent | 2f7fe5389a58681ea465208286198626402b983f (diff) | |
download | libpam-freerdp2-e62ff546b24b28ce7fc2d155cbbf52b06cc7844c.tar.gz libpam-freerdp2-e62ff546b24b28ce7fc2d155cbbf52b06cc7844c.tar.bz2 libpam-freerdp2-e62ff546b24b28ce7fc2d155cbbf52b06cc7844c.zip |
src/pam-freerdp.c: Typo fix in comment.
-rw-r--r-- | src/pam-freerdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pam-freerdp.c b/src/pam-freerdp.c index eabd062..9a65a59 100644 --- a/src/pam-freerdp.c +++ b/src/pam-freerdp.c @@ -404,7 +404,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; |