diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-10-10 18:11:20 +0300 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-10-10 13:31:12 -0700 |
| commit | f5dedddb753e5366168052cc9cbfec760bbeb3ee (patch) | |
| tree | 77f7d63a9d29a0d0e162a2f56b32ced9065fe40c /contrib/completion/git-completion.bash | |
| parent | 54ee29cfd521b0e043dcc1857e4a7c8d993b5e59 (diff) | |
contrib: fix typos
Fix typos via codespell.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/completion/git-completion.bash')
| -rw-r--r-- | contrib/completion/git-completion.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 60a22d619a..3d4dff3185 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -3296,7 +3296,7 @@ __gitcomp_directories () # i.e. which are *already* part of their # sparse-checkout. Thus, normal file and directory # completion is always useless for "git - # sparse-checkout add" and is also probelmatic for + # sparse-checkout add" and is also problematic for # "git sparse-checkout set" unless using it to # strictly narrow the checkout. COMPREPLY=( "" ) @@ -3698,7 +3698,7 @@ _git_worktree () # Here we are not completing an --option, it's either the # path or a ref. case "$prev" in - -b|-B) # Complete refs for branch to be created/reseted. + -b|-B) # Complete refs for branch to be created/reset. __git_complete_refs ;; -*) # The previous word is an -o|--option without an |
