correct spelling mistake (#524)

This commit is contained in:
Edward Betts 2017-09-01 16:16:37 +01:00 committed by Eric Paris
parent 2df9a53181
commit 3c0b56b677

View file

@ -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")`)