From 3f281b0517762d41064aefb3f40eff8b08678208 Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Mon, 22 May 2017 12:06:35 -0400 Subject: [PATCH] Fixes Comment Typo --- params_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }