From 122b149b631cc475555cd6a818be7d09aeddf787 Mon Sep 17 00:00:00 2001 From: Pablo Mazzini Date: Fri, 9 Nov 2018 11:47:40 +0000 Subject: fix typo --- dhcpv4/ztp/ztp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhcpv4/ztp/ztp.go') 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{} -- cgit v1.2.3