The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1e1fbf3b47d7296896593b1e477141263b0c555f
commit 1e1fbf3b47d7296896593b1e477141263b0c555f Author: Gordon Bergling <[email protected]> AuthorDate: 2021-08-11 07:55:08 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2021-08-11 07:55:08 +0000 iscontrol(8): Fix a typo in a struct - s/suport/support/ MFC after: 5 days --- sbin/iscontrol/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/iscontrol/login.c b/sbin/iscontrol/login.c index 7cb990029047..c4fbc46548e9 100644 --- a/sbin/iscontrol/login.c +++ b/sbin/iscontrol/login.c @@ -59,7 +59,7 @@ static char *status_class1[] = { "Too many connections", "Missing parameter", "Can't include in session", - "Session type not suported", + "Session type not supported", "Session does not exist", "Invalid during login", }; _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
