From f71bae133e4bd5fed7a94c1e7aaaa02e4619ab9e Mon Sep 17 00:00:00 2001 From: Simon J Mudd Date: Sat, 10 Jun 2017 23:44:15 +0200 Subject: [PATCH] Fix typo in comment --- go/inst/resolve.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/inst/resolve.go b/go/inst/resolve.go index 1885f52af..e57def4f7 100644 --- a/go/inst/resolve.go +++ b/go/inst/resolve.go @@ -103,7 +103,7 @@ func ResolveHostname(hostname string) (string, error) { return hostname, fmt.Errorf("Will not resolve multi-hostname: %+v", hostname) } if (&InstanceKey{Hostname: hostname}).IsDetached() { - // quietly abort. Nothign to do. The hostname is detached for a reason: it + // quietly abort. Nothing to do. The hostname is detached for a reason: it // will not be resolved, for sure. return hostname, nil }