summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4
diff options
context:
space:
mode:
authorPablo Mazzini <pmazzini@gmail.com>2018-11-09 11:47:40 +0000
committerPablo Mazzini <pmazzini@gmail.com>2018-11-09 11:47:40 +0000
commit122b149b631cc475555cd6a818be7d09aeddf787 (patch)
treef089cac1f9bccbd0b38d40910ee43dee0cc60625 /dhcpv4
parent6cb0f30d455b1de222abfb00ca203dad0c1f1754 (diff)
fix typo
Diffstat (limited to 'dhcpv4')
-rw-r--r--dhcpv4/ztp/ztp.go2
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{}