From 6426b1e7c671141a077485d8caebfac63f6257c6 Mon Sep 17 00:00:00 2001 From: alswl Date: Thu, 30 Aug 2018 10:55:41 +0800 Subject: [PATCH] fix: spelling --- cmd/hostess/hostess.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/hostess/hostess.go b/cmd/hostess/hostess.go index fd088cb..ee6c94a 100644 --- a/cmd/hostess/hostess.go +++ b/cmd/hostess/hostess.go @@ -77,7 +77,7 @@ func main() { }, { Name: "on", - Usage: "enable a hosts entry (if if exists)", + Usage: "enable a hosts entry (if it exists)", Action: hostess.OnOff, Flags: app.Flags, },