From dfbffd13df5de2de2049085c433f10314e7a178f Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 5 Jul 2018 20:03:59 +0200 Subject: [PATCH] [completions/git] Fix typo --- share/completions/git.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/git.fish b/share/completions/git.fish index 1259c57fd..2240fc782 100644 --- a/share/completions/git.fish +++ b/share/completions/git.fish @@ -1220,7 +1220,7 @@ complete -f -c git -n '__fish_git_using_command rebase' -a '(__fish_git_heads)' complete -f -c git -n '__fish_git_using_command rebase' -a '(__fish_git_tags)' -d 'Tag' complete -f -c git -n '__fish_git_using_command rebase' -l continue -d 'Restart the rebasing process' complete -f -c git -n '__fish_git_using_command rebase' -l abort -d 'Abort the rebase operation' -complete -f -c git -n '__fish_git_using_command rebase' -l keep-empty -d "Keep the commits that don't cahnge anything" +complete -f -c git -n '__fish_git_using_command rebase' -l keep-empty -d "Keep the commits that don't change anything" complete -f -c git -n '__fish_git_using_command rebase' -l skip -d 'Restart the rebasing process by skipping the current patch' complete -f -c git -n '__fish_git_using_command rebase' -s m -l merge -d 'Use merging strategies to rebase' complete -f -c git -n '__fish_git_using_command rebase' -s q -l quiet -d 'Be quiet'