Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #201 from sjmudd/comment-typo
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
Shlomi Noach authored Jun 11, 2017
2 parents 1b2f770 + f71bae1 commit eddec23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/inst/resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit eddec23

Please sign in to comment.