diff options
| author | co63oc <[email protected]> | 2025-05-06 14:47:37 +0800 |
|---|---|---|
| committer | co63oc <[email protected]> | 2025-05-06 14:47:37 +0800 |
| commit | 155e7f39ce86bdc58e103be0e6c786df26f04c73 (patch) | |
| tree | 84bdddc0a15cb99f04f55e8837a9a8e73dc43634 /ipnet_slice.go | |
| parent | d661846b4df0d6611ad95577ddfb240474d21b7c (diff) | |
Fix typos
Diffstat (limited to 'ipnet_slice.go')
| -rw-r--r-- | ipnet_slice.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
