This one actually introduced by my last cleanup. (But helpfully pointed
out by the machines when I tried to upload my last cleanup to the AOSP
gerrit...)
---
 toys/pending/host.c  | 2 +-
 toys/pending/route.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
From b8c52b2bfab5e7264d650f5ce48d930061641d3d Mon Sep 17 00:00:00 2001
From: Elliott Hughes <[email protected]>
Date: Sat, 23 Feb 2019 20:41:11 -0800
Subject: [PATCH] One last (for now) typo.

This one actually introduced by my last cleanup. (But helpfully pointed
out by the machines when I tried to upload my last cleanup to the AOSP
gerrit...)
---
 toys/pending/host.c  | 2 +-
 toys/pending/route.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/toys/pending/host.c b/toys/pending/host.c
index dea97b13..96daf8e8 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-seperated address to reverse lookup.
+    or an IPv4 dotted or IPv6 colon-separated address to reverse lookup.
     SERVER (if present) is the DNS server to use.
 
     -a	no idea
diff --git a/toys/pending/route.c b/toys/pending/route.c
index 86e34422..55f26c25 100644
--- a/toys/pending/route.c
+++ b/toys/pending/route.c
@@ -394,7 +394,7 @@ static void ipv6_addr_formating(char *ptr, char *addr)
   while (i <= IPV6_ADDR_LEN) {
     if (!*ptr) {
       if (i == IPV6_ADDR_LEN) {
-        addr[IPV6_ADDR_LEN - 1] = 0; //NULL terminating the ':' seperated address.
+        addr[IPV6_ADDR_LEN - 1] = 0; //NULL terminating the ':' separated address.
         break;
       }
       error_exit("IPv6 ip format error");
-- 
2.21.0.rc2.261.ga7da99ff1b-goog

_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to