Date: Mon, 16 Aug 2021 05:21:13 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ae69c3104e35 - stable/12 - iscontrol(8): Fix a typo in a struct Message-ID: <202108160521.17G5LDtB068338@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ae69c3104e35d890014ce0d826beeff9e5527929 commit ae69c3104e35d890014ce0d826beeff9e5527929 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-08-11 07:55:08 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-08-16 05:20:57 +0000 iscontrol(8): Fix a typo in a struct - s/suport/support/ (cherry picked from commit 1e1fbf3b47d7296896593b1e477141263b0c555f) --- 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", };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108160521.17G5LDtB068338>