[openssh-commits] [openssh] 01/03: spelling mistakes
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Mar 13 14:30:36 AEDT 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit def31bc5427579ec3f7f2ce99f2da1338fdc0c9f
Author: Damien Miller <djm at mindrot.org>
Date: Fri Mar 13 14:23:07 2020 +1100
spelling mistakes
from https://fossies.org/linux/misc/openssh-8.2p1.tar.gz/codespell.html
---
contrib/cygwin/README | 2 +-
openbsd-compat/port-linux.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/cygwin/README b/contrib/cygwin/README
index 250baa3a..3745051f 100644
--- a/contrib/cygwin/README
+++ b/contrib/cygwin/README
@@ -60,7 +60,7 @@ Options:
Please note that OpenSSH does never use the value of $HOME to
search for the users configuration files! It always uses the
value of the pw_dir field in /etc/passwd as the home directory.
-If no home diretory is set in /etc/passwd, the root directory
+If no home directory is set in /etc/passwd, the root directory
is used instead!
================
diff --git a/openbsd-compat/port-linux.c b/openbsd-compat/port-linux.c
index 62298882..f46094fa 100644
--- a/openbsd-compat/port-linux.c
+++ b/openbsd-compat/port-linux.c
@@ -193,7 +193,7 @@ ssh_selinux_change_context(const char *newname)
}
if ((cx = index(oldctx, ':')) == NULL || (cx = index(cx + 1, ':')) ==
NULL) {
- logit ("%s: unparseable context %s", __func__, oldctx);
+ logit ("%s: unparsable context %s", __func__, oldctx);
return;
}
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list