From 3c0b56b677e04926dfa835a1b3f11cd4f62f076e Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 16:16:37 +0100 Subject: [PATCH] correct spelling mistake (#524) --- bash_completions_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completions_test.go b/bash_completions_test.go index 071a6a2a..a3b13a32 100644 --- a/bash_completions_test.go +++ b/bash_completions_test.go @@ -118,7 +118,7 @@ func TestBashCompletions(t *testing.T) { check(t, str, `flags_completion+=("_filedir")`) // check for filename extension flags check(t, str, `must_have_one_noun+=("three")`) - // check for filename extention flags + // check for filename extension flags check(t, str, `flags_completion+=("__handle_filename_extension_flag json|yaml|yml")`) // check for custom flags check(t, str, `flags_completion+=("__complete_custom")`)