aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/route.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-02-23 20:41:11 -0800
committerRob Landley <rob@landley.net>2019-02-23 23:49:30 -0600
commitf66ad669c46d8f8edf0328189075f54e6502618b (patch)
tree83d6424b6ff9000d2d367710d250a516c6a845b7 /toys/pending/route.c
parent8a9484e8bfbfc8cd00f2f4f3fa2f249293fbea1d (diff)
downloadtoybox-f66ad669c46d8f8edf0328189075f54e6502618b.tar.gz
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...)
Diffstat (limited to 'toys/pending/route.c')
-rw-r--r--toys/pending/route.c2
1 files changed, 1 insertions, 1 deletions
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");