From 0fe9185c669b95ae58cfce6373348e2d9a7e1cfa Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 12 Mar 2020 18:18:06 -0700 Subject: Fix various typos. In case I'm not yet in the running for the most pedantic change of this release, I think the "days of the week are written with initial capitals in English" subset of this patch is a strong contender. (Found via `toybox help -a | ispell -l | sort | uniq`.) --- toys/net/sntp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/net') diff --git a/toys/net/sntp.c b/toys/net/sntp.c index 0cb0b7b4..19e131f7 100644 --- a/toys/net/sntp.c +++ b/toys/net/sntp.c @@ -21,7 +21,7 @@ config SNTP -a Adjust system clock gradually -S Serve time instead of querying (bind to SERVER address if specified) -m Wait for updates from multicast ADDRESS (RFC 4330 default 224.0.1.1) - -M Multicast server on ADDRESS (deault 224.0.0.1) + -M Multicast server on ADDRESS (default 224.0.0.1) -t TTL (multicast only, default 1) -d Daemonize (run in background re-querying ) -D Daemonize but stay in foreground: re-query time every 1000 seconds -- cgit v1.2.3