[openssh-commits] [openssh] 01/03: portable-specific comment grammer/spelling fixes
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Sep 2 19:42:04 AEST 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit d94a9a8c54e9036961c1100c6f445c50ab9b6b40
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Tue Sep 2 19:38:39 2025 +1000
portable-specific comment grammer/spelling fixes
---
auth-pam.c | 2 +-
loginrec.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/auth-pam.c b/auth-pam.c
index 00d30ee9c..5dee7601b 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -378,7 +378,7 @@ import_environments(struct sshbuf *b)
/*
* XXX this possibly leaks env because it is not documented
* what pam_putenv() does with it. Does it copy it? Does it
- * take ownweship? We don't know, so it's safest just to leak.
+ * take ownership? We don't know, so it's safest just to leak.
*/
}
#endif
diff --git a/loginrec.c b/loginrec.c
index 953f71d25..ffc3d1bbf 100644
--- a/loginrec.c
+++ b/loginrec.c
@@ -1704,7 +1704,7 @@ utmpx_get_entry(struct logininfo *li)
/*
* Logs failed login attempts in _PATH_BTMP if that exists.
* The most common login failure is to give password instead of username.
- * So the _PATH_BTMP file checked for the correct permission, so that only
+ * So the _PATH_BTMP file is checked for the correct permission, so that only
* root can read it.
*/
void
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list