git: ae69c3104e35 - stable/12 - iscontrol(8): Fix a typo in a struct

Gordon Bergling gbe at FreeBSD.org
Mon Aug 16 05:21:13 UTC 2021


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 at FreeBSD.org>
AuthorDate: 2021-08-11 07:55:08 +0000
Commit:     Gordon Bergling <gbe at 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",
 };


More information about the dev-commits-src-all mailing list