diff options
author | Pablo Mazzini <pmazzini@gmail.com> | 2018-11-09 11:47:40 +0000 |
---|---|---|
committer | Pablo Mazzini <pmazzini@gmail.com> | 2018-11-09 11:47:40 +0000 |
commit | 122b149b631cc475555cd6a818be7d09aeddf787 (patch) | |
tree | f089cac1f9bccbd0b38d40910ee43dee0cc60625 /dhcpv4 | |
parent | 6cb0f30d455b1de222abfb00ca203dad0c1f1754 (diff) |
fix typo
Diffstat (limited to 'dhcpv4')
-rw-r--r-- | dhcpv4/ztp/ztp.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv4/ztp/ztp.go b/dhcpv4/ztp/ztp.go index a7e5d2f..0be60fe 100644 --- a/dhcpv4/ztp/ztp.go +++ b/dhcpv4/ztp/ztp.go @@ -26,7 +26,7 @@ func ParseVendorData(packet *dhcpv4.DHCPv4) (*VendorData, error) { // parseV4Opt60 will attempt to look at the Vendor Class option (Option 60) on // DHCPv4. The option is formatted as a string with the content being specific -// for the vendor, usually using a deliminator to separate the values. +// for the vendor, usually using a delimitator to separate the values. // See: https://tools.ietf.org/html/rfc1533#section-9.11 func parseV4VendorClass(packet *dhcpv4.DHCPv4) (*VendorData, error) { vd := &VendorData{} |