Mercurial > hg > dhcpcd
changeset 4825:c8d76614bcd0 draft
Spelling fixes
| author | Sascha Wildner <swildner@dragonflybsd.org> |
|---|---|
| date | Fri, 15 Nov 2019 11:28:28 +0000 |
| parents | 07a031bf48fd |
| children | c5cf512c2370 |
| files | hooks/dhcpcd-run-hooks.in src/dhcp.c src/dhcpcd.conf.5.in |
| diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/hooks/dhcpcd-run-hooks.in Wed Nov 13 10:23:52 2019 +0000 +++ b/hooks/dhcpcd-run-hooks.in Fri Nov 15 11:28:28 2019 +0000 @@ -212,7 +212,7 @@ # 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@"
--- a/src/dhcp.c Wed Nov 13 10:23:52 2019 +0000 +++ b/src/dhcp.c Fri Nov 15 11:28:28 2019 +0000 @@ -1751,7 +1751,7 @@ * 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
--- a/src/dhcpcd.conf.5.in Wed Nov 13 10:23:52 2019 +0000 +++ b/src/dhcpcd.conf.5.in Fri Nov 15 11:28:28 2019 +0000 @@ -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 @@ .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
