diff options
author | Christian Muehlhaeuser <muesli@gmail.com> | 2019-07-22 10:31:59 +0200 |
---|---|---|
committer | Pablo Mazzini <pmazzini@gmail.com> | 2019-07-22 09:31:59 +0100 |
commit | fb386c2f1b98064a7cd2afb459066f779cd36d59 (patch) | |
tree | 330c764c8e315c188be1d794434b1e30e2607b53 /dhcpv4/nclient4 | |
parent | dc1a534005648cf762ec3b53f69dd80497187aeb (diff) |
Fixed typos in dhcpv4 (#303)
Simple, nit-picky typo fixes.
Diffstat (limited to 'dhcpv4/nclient4')
-rw-r--r-- | dhcpv4/nclient4/ipv4.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv4/nclient4/ipv4.go b/dhcpv4/nclient4/ipv4.go index 81ba837..d5c30ee 100644 --- a/dhcpv4/nclient4/ipv4.go +++ b/dhcpv4/nclient4/ipv4.go @@ -101,7 +101,7 @@ const ( ) var ( - // IPv4Broadcast is the broadcast address of the IPv4 procotol. + // IPv4Broadcast is the broadcast address of the IPv4 protocol. IPv4Broadcast = net.IP{0xff, 0xff, 0xff, 0xff} // IPv4Any is the non-routable IPv4 "any" meta address. |