[openssh-commits] [openssh] 02/04: Typographical Fixes
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Feb 7 11:14:40 AEDT 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 5b12d836e7c42c146ac1a69a9600db05282dbbb8
Author: THE-Spellchecker <The.Spellchecker at outlook.com>
AuthorDate: Sat Jan 3 22:11:39 2026 -0600
Typographical Fixes
---
auth-pam.c | 2 +-
loginrec.c | 4 ++--
sshd-session.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/auth-pam.c b/auth-pam.c
index 7b1002943..fad098d68 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -158,7 +158,7 @@ sshpam_sigchld_handler(int sig)
return; /* handler called after PAM cleanup, shouldn't happen */
if (waitpid(cleanup_ctxt->pam_thread, &sshpam_thread_status, WNOHANG)
<= 0) {
- /* PAM thread has not exitted, privsep slave must have */
+ /* PAM thread has not exited, privsep slave must have */
kill(cleanup_ctxt->pam_thread, SIGTERM);
while (waitpid(cleanup_ctxt->pam_thread,
&sshpam_thread_status, 0) == -1) {
diff --git a/loginrec.c b/loginrec.c
index 7d1c9dd43..d57a9d146 100644
--- a/loginrec.c
+++ b/loginrec.c
@@ -66,7 +66,7 @@
* code should suffice.
*
* Retrieving the time of last login ('lastlog') is in some ways even
- * more problemmatic than login recording. Some systems provide a
+ * more problematic than login recording. Some systems provide a
* simple table of all users which we seek based on uid and retrieve a
* relatively standard structure. Others record the same information in
* a directory with a separate file, and others don't record the
@@ -975,7 +975,7 @@ utmp_write_entry(struct logininfo *li)
/* not much point if we don't want utmpx entries */
#ifdef USE_UTMPX
-/* if we have the wherewithall, use pututxline etc. */
+/* if we have the wherewithal, use pututxline etc. */
# if !defined(DISABLE_PUTUTXLINE) && defined(HAVE_SETUTXENT) && \
defined(HAVE_PUTUTXLINE)
# define UTMPX_USE_LIBRARY
diff --git a/sshd-session.c b/sshd-session.c
index 5f34f6444..a3ad3a2bc 100644
--- a/sshd-session.c
+++ b/sshd-session.c
@@ -405,7 +405,7 @@ privsep_postauth(struct ssh *ssh, Authctxt *authctxt)
* Hack for systems that don't support FD passing: retain privileges
* in the post-auth privsep process so it can allocate PTYs directly.
* This is basically equivalent to what we did <= 9.7, which was to
- * disable post-auth privsep entriely.
+ * disable post-auth privsep entirely.
* Cygwin doesn't need to drop privs here although it doesn't support
* fd passing, as AFAIK PTY allocation on this platform doesn't require
* special privileges to begin with.
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list