]> granicus.if.org Git - shadow/commitdiff
spelling: session
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 21:13:32 +0000 (21:13 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 21:13:32 +0000 (21:13 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c0a6976e8d7a7cfa263abdc7d6f49b361a890474..04a3f0b2ca4f24f76c298c659026a0b1274a7320 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -832,7 +832,7 @@ shadow-4.0.14 -> shadow-4.0.15                                              13-03-2006
   - add special handling for PAM_ABORT
   - add an entry to faillog, as when USE_PAM is not defined. (#53164)
   - changed pam_end to PAM_END. This is certainly was a mistake.  PAM_END is
-    pam_close_seesion + pam_end. Here, the session is still not open, we
+    pam_close_session + pam_end. Here, the session is still not open, we
     don't have to close it.
   - a HAVE_PAM_FAIL_DELAY is missing,
 - su: fixed pam session support (patch from Topi Miettinen; fixed #57526,