diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2020-05-29 13:35:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-05-29 15:06:16 +0200 |
commit | ceae6295645cfd10e2fa51e69d4ccc880355af47 (patch) | |
tree | 66226c7ec41756ab6205de677690bb1826251384 /src/network/networkd-dhcp6.c | |
parent | network: fix memleaks (diff) | |
download | systemd-ceae6295645cfd10e2fa51e69d4ccc880355af47.tar.xz systemd-ceae6295645cfd10e2fa51e69d4ccc880355af47.zip |
README: add a Fossies codespell badge
I keep forgetting where the report is. Hopefully the badge will
make it easier to find it. I also fixed several typos codespell
found along the way.
Diffstat (limited to 'src/network/networkd-dhcp6.c')
-rw-r--r-- | src/network/networkd-dhcp6.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/networkd-dhcp6.c b/src/network/networkd-dhcp6.c index d0972f3593..6d1496306c 100644 --- a/src/network/networkd-dhcp6.c +++ b/src/network/networkd-dhcp6.c @@ -424,7 +424,7 @@ static int dhcp6_lease_pd_prefix_acquired(sd_dhcp6_client *client, Link *link) { * order. Prefixes that were previously already allocated to another * link will be skipped. - * If a subnet id request couldn't be fullfilled the failure will be logged (as error) + * If a subnet id request couldn't be fulfilled the failure will be logged (as error) * and no further attempts at obtaining a prefix will be made. * The assignment has to be split in two phases since subnet id @@ -442,7 +442,7 @@ static int dhcp6_lease_pd_prefix_acquired(sd_dhcp6_client *client, Link *link) { /* if r == -EAGAIN then the allocation failed because we ran * out of addresses for the preferred subnet id's. This doesn't - * mean we can't fullfill other prefix requests. + * mean we can't fulfill other prefix requests. * * Since we do not have dedicated lists of links that request * specific subnet id's and those that accept any prefix we @@ -458,7 +458,7 @@ static int dhcp6_lease_pd_prefix_acquired(sd_dhcp6_client *client, Link *link) { return r; /* If the prefix distribution did return -EAGAIN we will try to - * fullfill those with the next available pd delegated prefix. */ + * fulfill those with the next available pd delegated prefix. */ } return 0; |