Skip to content

Commit 80ec644

Browse files
committed
Fix typo to run lint without error
``` $ make release [...] /home/prkumar/work/go/bin/golangci-lint run pkg/hosts/hosts.go:32:15: `unconditionnally` is a misspelling of `unconditionally` (misspell) // goodhosts unconditionnally uses this environment variable ``` ^
1 parent a6203a5 commit 80ec644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/hosts/hosts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type Hosts struct {
2929
}
3030

3131
func init() {
32-
// goodhosts unconditionnally uses this environment variable
32+
// goodhosts unconditionally uses this environment variable
3333
// as an override for the hosts file to use. We don't want admin-helper
3434
// to modify arbitrary file, so we have to unset it before calling into
3535
// goodhosts.

0 commit comments

Comments
 (0)