Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2021 05:20:16 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: bb151177614a - stable/13 - iscontrol(8): Fix a typo in a struct
Message-ID:  <202108160520.17G5KGfm065508@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=bb151177614a7187a489baff49f6a05e5400a95f

commit bb151177614a7187a489baff49f6a05e5400a95f
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:00 +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?202108160520.17G5KGfm065508>