fix typo
authorJim Morris <morris@wolfman.com>
Fri, 7 Sep 2018 10:34:51 +0000 (11:34 +0100)
committerJim Morris <morris@wolfman.com>
Fri, 7 Sep 2018 10:34:51 +0000 (11:34 +0100)
src/libs/Network/uip/telnetd/shell.cpp

index d4e4fb8..c8a7841 100644 (file)
@@ -73,7 +73,7 @@ bool Shell::parse(register char *str, const struct ptentry *t)
 /*---------------------------------------------------------------------------*/
 static void help(char *str, Shell *sh)
 {
-    sh->output("Available telent commands: All others are passed to the command handler\n");
+    sh->output("Available telnet commands: All others are passed to the command handler\n");
     sh->output("netstat     - show network info\n");
     sh->output("h           - show network help\n");
     sh->output("?           - show current query status\n");