diff options
-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{} |