aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:33:55 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:33:55 +0100
commit11d10687502c71d65e4cec9c3153c535492a79a8 (patch)
tree639c0fbaa5caf897e5e9e3c4535900fef4a93a09
parentb10b405e3dd0c63febeb12376c96a3fac462af4a (diff)
netconfig: Fix spelling of disabling and address
-rw-r--r--ell/netconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ell/netconfig.c b/ell/netconfig.c
index dc6cb0f6..ab59299b 100644
--- a/ell/netconfig.c
+++ b/ell/netconfig.c
@@ -1933,10 +1933,10 @@ static void netconfig_ifaddr_ipv6_dump_done_cb(void *user_data)
/*
* Handle the case of no link-local address having been found during
* the dump. If nc->ifaddr6_dump_cmd_id is 0, we have found one or
- * the dump is being cancelled. Otherwise try disabing the
+ * the dump is being cancelled. Otherwise try disabling the
* "disable_ipv6" setting for the interface since it may have been
* enabled. Also write "addr_gen_mode" which triggers regerating
- * the link-local addresss on the interface in the kernel if it
+ * the link-local address on the interface in the kernel if it
* was previously removed.
*/
if (!nc->ifaddr6_dump_cmd_id || !nc->started)