git: 1e1fbf3b47d7 - main - iscontrol(8): Fix a typo in a struct
Gordon Bergling
gbe at FreeBSD.org
Wed Aug 11 07:56:01 UTC 2021
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=1e1fbf3b47d7296896593b1e477141263b0c555f
commit 1e1fbf3b47d7296896593b1e477141263b0c555f
Author: Gordon Bergling <gbe at FreeBSD.org>
AuthorDate: 2021-08-11 07:55:08 +0000
Commit: Gordon Bergling <gbe at FreeBSD.org>
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",
};
More information about the dev-commits-src-main
mailing list