From d1d9a045af53e8cd6aada08e6a67f8ec36aaabec Mon Sep 17 00:00:00 2001 From: Rajadeepan D Ramesh Date: Mon, 21 Aug 2017 23:40:05 +0530 Subject: [PATCH] Fix minor typo in comment Fix minor typo in comment --- cmd/completion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/completion.go b/cmd/completion.go index 9da19797..c4f99c72 100644 --- a/cmd/completion.go +++ b/cmd/completion.go @@ -34,7 +34,7 @@ Will load the shell completion code. }, } -// Generate the the approriate autocompletion file +// Generate the approriate autocompletion file func Generate(cmd *cobra.Command, args []string) error { // Check the passed in arguments