diff options
Diffstat (limited to 'toys/pending/route.c')
-rw-r--r-- | toys/pending/route.c | 2 |
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"); |