diff options
| author | Taylor Blau <me@ttaylorr.com> | 2024-10-25 14:02:04 -0400 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2024-10-25 14:02:04 -0400 |
| commit | 4d334e5205f547be7913901d0cf529477e993f26 (patch) | |
| tree | e8c8fb86a1cd8efcfcca331bdf8666c9b66cbaae /contrib/completion/git-completion.bash | |
| parent | 55bc7d54ab403af274f2bd7058305e0d5a2fdd4f (diff) | |
| parent | 41869f7447a5b9e904aaa9aa5b77e7ce49b7292a (diff) | |
| download | git-4d334e5205f547be7913901d0cf529477e993f26.tar.xz | |
Merge branch 'ak/typofixes'
Typofixes.
* ak/typofixes:
t: fix typos
t/helper: fix a typo
t/perf: fix typos
t/unit-tests: fix typos
contrib: fix typos
compat: fix typos
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 |
