completion: fix misspelled config key aliasesfiletype

The correct name in git-send-email.perl is aliasfiletype [1]. There are actually two instances of this misspelling. The other was found and fixed in 6068ac8848 (completion: add missing configuration variables - 2010-12-20) [1] 994d6c66d3 (send-email: address expansion for common mailers - 2006-05-14) Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Nguyễn Thái Ngọc Duy committed May 5, 2018 at 08:51 UTC 92c4a7a129ec5ee5a524c72d8cfe1a305dd496a0
1 file changed +1 -1
contrib/completion/git-completion.bash
+1 -1
@@ -2177,7 +2177,7 @@ _git_config ()
2177 __gitcomp "$__git_log_date_formats"
2178 return
2179 ;;
2180 - sendemail.aliasesfiletype)
2180 + sendemail.aliasfiletype)
2181 __gitcomp "mutt mailrc pine elm gnus"
2182 return
2183 ;;