mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 00:34:33 +02:00
spelling mistakes
from https://fossies.org/linux/misc/openssh-8.2p1.tar.gz/codespell.html
This commit is contained in:
parent
8bdc3bb7cf
commit
def31bc542
@ -60,7 +60,7 @@ Options:
|
|||||||
Please note that OpenSSH does never use the value of $HOME to
|
Please note that OpenSSH does never use the value of $HOME to
|
||||||
search for the users configuration files! It always uses the
|
search for the users configuration files! It always uses the
|
||||||
value of the pw_dir field in /etc/passwd as the home directory.
|
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!
|
is used instead!
|
||||||
|
|
||||||
================
|
================
|
||||||
|
@ -193,7 +193,7 @@ ssh_selinux_change_context(const char *newname)
|
|||||||
}
|
}
|
||||||
if ((cx = index(oldctx, ':')) == NULL || (cx = index(cx + 1, ':')) ==
|
if ((cx = index(oldctx, ':')) == NULL || (cx = index(cx + 1, ':')) ==
|
||||||
NULL) {
|
NULL) {
|
||||||
logit ("%s: unparseable context %s", __func__, oldctx);
|
logit ("%s: unparsable context %s", __func__, oldctx);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user