From 21932eab5ecab3b9e98ffa7d1b86c768cf62be2c Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 15 Nov 2019 11:28:28 +0000 Subject: [PATCH] Spelling fixes --- hooks/dhcpcd-run-hooks.in | 2 +- src/dhcp.c | 2 +- src/dhcpcd.conf.5.in | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hooks/dhcpcd-run-hooks.in b/hooks/dhcpcd-run-hooks.in index 049bd1b5..1eff4b52 100644 --- a/hooks/dhcpcd-run-hooks.in +++ b/hooks/dhcpcd-run-hooks.in @@ -212,7 +212,7 @@ valid_domainname_list() # With the advent of alternative init systems, it's possible to have # more than one installed. So we need to try and guess what one we're -# using unless overriden by configure. +# using unless overridden by configure. detect_init() { _service_exists="@SERVICEEXISTS@" diff --git a/src/dhcp.c b/src/dhcp.c index e3f7aecd..73ab29e6 100644 --- a/src/dhcp.c +++ b/src/dhcp.c @@ -1751,7 +1751,7 @@ send_message(struct interface *ifp, uint8_t type, * even if they are setup to send them. * Broadcasting from UDP is only an optimisation for rebinding * and on BSD, at least, is reliant on the subnet route being - * correctly configured to recieve the unicast reply. + * correctly configured to receive the unicast reply. * As such, we always broadcast and receive the reply to it via BPF. * This also guarantees we have a DHCP server attached to the * interface we want to configure because we can't dictate the diff --git a/src/dhcpcd.conf.5.in b/src/dhcpcd.conf.5.in index 14b31d0f..6afc8200 100644 --- a/src/dhcpcd.conf.5.in +++ b/src/dhcpcd.conf.5.in @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 8, 2019 +.Dd November 15, 2019 .Dt DHCPCD.CONF 5 .Os .Sh NAME @@ -85,7 +85,7 @@ is .Ar token then .Ar algorithm is -snd_secretid/rcv_secretid so you can send and recieve different tokens. +snd_secretid/rcv_secretid so you can send and receive different tokens. .It Ic authtoken Ar secretid Ar realm Ar expire Ar key Define a shared key for use in authentication. .Ar realm -- 2.47.2