diff options
author | Damien Miller <djm@mindrot.org> | 2020-03-13 04:23:07 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-03-13 04:23:07 +0100 |
commit | def31bc5427579ec3f7f2ce99f2da1338fdc0c9f (patch) | |
tree | 8220b64df23302bf6249aafc8c19434fe563f7d3 /openbsd-compat | |
parent | upstream: fix relative includes in sshd_config; ok djm (diff) | |
download | openssh-def31bc5427579ec3f7f2ce99f2da1338fdc0c9f.tar.xz openssh-def31bc5427579ec3f7f2ce99f2da1338fdc0c9f.zip |
spelling mistakes
from https://fossies.org/linux/misc/openssh-8.2p1.tar.gz/codespell.html
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/port-linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |