]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
spelling mistakes
authorDamien Miller <djm@mindrot.org>
Fri, 13 Mar 2020 03:23:07 +0000 (14:23 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 13 Mar 2020 03:23:07 +0000 (14:23 +1100)
from https://fossies.org/linux/misc/openssh-8.2p1.tar.gz/codespell.html

contrib/cygwin/README
openbsd-compat/port-linux.c

index 250baa3a45774340d4f9bdd3104612f84b93826d..3745051f598159aef54dda26915be2294c861b60 100644 (file)
@@ -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!
 
 ================
index 622988822adfa600ae2a2b4e1888b25d45ea1a76..f46094faf84ddbd6be458771f98ea8dddb64a8c3 100644 (file)
@@ -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;
        }