iscontrol(8): Fix a typo in a struct

- s/suport/support/

(cherry picked from commit 1e1fbf3b47)
This commit is contained in:
Gordon Bergling 2021-08-11 09:55:08 +02:00
parent 0d0726a769
commit bb15117761

View file

@ -59,7 +59,7 @@ static char *status_class1[] = {
"Too many connections", "Too many connections",
"Missing parameter", "Missing parameter",
"Can't include in session", "Can't include in session",
"Session type not suported", "Session type not supported",
"Session does not exist", "Session does not exist",
"Invalid during login", "Invalid during login",
}; };