summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp6.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-11-30 18:26:17 +0900
committerLuca Boccassi <luca.boccassi@gmail.com>2021-11-30 12:30:07 +0000
commita6f44d610c1b1064c95ad0fef59ebc093a2a401a (patch)
tree1d78de487237a3ba0bdcd29df52087274b7d0db7 /src/network/networkd-dhcp6.c
parentdc063e0978ed5deb534554a7aeb113295586059a (diff)
downloadsystemd-a6f44d610c1b1064c95ad0fef59ebc093a2a401a.tar.gz
tree-wide: fix typo
Diffstat (limited to 'src/network/networkd-dhcp6.c')
-rw-r--r--src/network/networkd-dhcp6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-dhcp6.c b/src/network/networkd-dhcp6.c
index 170cf7d57d..8d48aa9f88 100644
--- a/src/network/networkd-dhcp6.c
+++ b/src/network/networkd-dhcp6.c
@@ -1346,7 +1346,7 @@ int dhcp6_start_on_ra(Link *link, bool information_request) {
assert(in6_addr_is_link_local(&link->ipv6ll_address));
if (link_get_dhcp6_client_start_mode(link) != DHCP6_CLIENT_START_MODE_NO)
- /* When WithoutRA= is specified, then the DHCPv6 client should be already runnging in
+ /* When WithoutRA= is specified, then the DHCPv6 client should be already running in
* the requested mode. Hence, ignore the requests by RA. */
return 0;