From def31bc5427579ec3f7f2ce99f2da1338fdc0c9f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 13 Mar 2020 14:23:07 +1100 Subject: [PATCH] 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 250baa3a4..3745051f5 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 622988822..f46094faf 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; }