From 155e7f39ce86bdc58e103be0e6c786df26f04c73 Mon Sep 17 00:00:00 2001 From: co63oc Date: Tue, 6 May 2025 14:47:37 +0800 Subject: Fix typos --- ipnet_slice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipnet_slice.go') diff --git a/ipnet_slice.go b/ipnet_slice.go index 6b541aa..c6e89da 100644 --- a/ipnet_slice.go +++ b/ipnet_slice.go @@ -73,7 +73,7 @@ func (s *ipNetSliceValue) String() string { func ipNetSliceConv(val string) (interface{}, error) { val = strings.Trim(val, "[]") - // Emtpy string would cause a slice with one (empty) entry + // Empty string would cause a slice with one (empty) entry if len(val) == 0 { return []net.IPNet{}, nil } -- cgit v1.2.3