diff --git a/params_unix.go b/params_unix.go index 4a926c7..e0e613a 100644 --- a/params_unix.go +++ b/params_unix.go @@ -8,7 +8,7 @@ package water type PlatformSpecificParams struct { // Name is the name to be set for the interface to be created. This overrides // the default name assigned by OS such as tap0 or tun0. A zero-value of this - // field, i.e. an emapty string, indicates that the default name should be + // field, i.e. an empty string, indicates that the default name should be // used. Name string }