From 42af2e52e771dd7bf8be6fd1119520d492bb4b3f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 22 Feb 2019 19:37:24 -0800 Subject: Bumper typo cleanup. Inspired by some of the small patches that have gone by recently. Limited to only things found in `generated/help.h`, plus a wider cleanup for the more common "milisecond" typo. --- toys/net/netcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/net') diff --git a/toys/net/netcat.c b/toys/net/netcat.c index e98f12b2..673d5d19 100644 --- a/toys/net/netcat.c +++ b/toys/net/netcat.c @@ -74,7 +74,7 @@ void netcat_main(void) int family = AF_UNSPEC, type = SOCK_STREAM; pid_t child; - // Addjust idle and quit_delay to miliseconds or -1 for no timeout + // Addjust idle and quit_delay to ms or -1 for no timeout TT.W = TT.W ? TT.W*1000 : -1; TT.q = TT.q ? TT.q*1000 : -1; -- cgit v1.2.3