Maintenance

Fix a typo in a string.
pull/197/head
John Safranek 2019-09-11 10:54:26 -07:00
parent e3f8d81e98
commit f59ea6f1ac
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ THREAD_RETURN WOLFSSH_THREAD echoserver_test(void* args)
WMEMCPY(ipaddr, &sock.ip_num, MAX_ADDRESS_SIZE);
NU_Inet_NTOP(NU_FAMILY_IP, &ipaddr[0], buf, 16);
fprintf(stdout, "Listing on %s:%d\r\n", buf, port);
fprintf(stdout, "Listening on %s:%d\r\n", buf, port);
}
#endif