From c65e6422ff177777e8949362bbf6bb76fc217c3a Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Thu, 17 Dec 2015 14:43:23 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20exiting=20=E2=86=92=20existing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cobra/cmd/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobra/cmd/init.go b/cobra/cmd/init.go index a619d3b..8822c81 100644 --- a/cobra/cmd/init.go +++ b/cobra/cmd/init.go @@ -41,7 +41,7 @@ and the appropriate structure for a Cobra-based CLI application. * If an absolute path is provided, it will be created; * If the directory already exists but is empty, it will be used. -Init will not use an exiting directory with contents.`, +Init will not use an existing directory with contents.`, Run: func(cmd *cobra.Command, args []string) { switch len(args) {