Skip to content

Commit 7410b3d

Browse files
authored
Merge pull request #27 from praveenkumar/fix_typo
Fix typo and add lint to test script
2 parents a6203a5 + 80ec644 commit 7410b3d

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)