summaryrefslogtreecommitdiff
path: root/src/radv.c
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-01-14 17:32:52 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2018-01-14 17:32:52 +0000
commitfaaf306a631f8307f7e63cec9fdd0ee6492b6eb4 (patch)
tree88eea49adc5178234b1b98f00affd9cbb2bb6007 /src/radv.c
parentc7e6aea81b2ae256bc3e8cac2e732ea0278def12 (diff)
downloaddnsmasq-faaf306a631f8307f7e63cec9fdd0ee6492b6eb4.tar.gz
Spelling fixes.
Diffstat (limited to 'src/radv.c')
-rw-r--r--src/radv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radv.c b/src/radv.c
index 96eac93..4f31457 100644
--- a/src/radv.c
+++ b/src/radv.c
@@ -407,7 +407,7 @@ static void send_ra_alias(time_t now, int iface, char *iface_name, struct in6_ad
if (ra_param)
mtu = ra_param->mtu;
#ifdef HAVE_LINUX_NETWORK
- /* Note that IPv6 MTU is not neccessarily the same as the IPv4 MTU
+ /* Note that IPv6 MTU is not necessarily the same as the IPv4 MTU
available from SIOCGIFMTU */
if (mtu == 0)
{