aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/pending/host.c')
-rw-r--r--toys/pending/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/host.c b/toys/pending/host.c
index 5e3edd87..dea97b13 100644
--- a/toys/pending/host.c
+++ b/toys/pending/host.c
@@ -13,7 +13,7 @@ config HOST
usage: host [-av] [-t TYPE] NAME [SERVER]
Perform DNS lookup on NAME, which can be a domain name to lookup,
- or an ipv4 dotted or ipv6 colon seprated address to reverse lookup.
+ or an IPv4 dotted or IPv6 colon-seperated address to reverse lookup.
SERVER (if present) is the DNS server to use.
-a no idea