File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3296,7 +3296,7 @@ __gitcomp_directories ()
3296
3296
# i.e. which are *already* part of their
3297
3297
# sparse-checkout. Thus, normal file and directory
3298
3298
# completion is always useless for "git
3299
- # sparse-checkout add" and is also probelmatic for
3299
+ # sparse-checkout add" and is also problematic for
3300
3300
# "git sparse-checkout set" unless using it to
3301
3301
# strictly narrow the checkout.
3302
3302
COMPREPLY=( " " )
@@ -3698,7 +3698,7 @@ _git_worktree ()
3698
3698
# Here we are not completing an --option, it's either the
3699
3699
# path or a ref.
3700
3700
case " $prev " in
3701
- -b|-B) # Complete refs for branch to be created/reseted .
3701
+ -b|-B) # Complete refs for branch to be created/reset .
3702
3702
__git_complete_refs
3703
3703
;;
3704
3704
-* ) # The previous word is an -o|--option without an
Original file line number Diff line number Diff line change @@ -946,7 +946,7 @@ cmd_split () {
946
946
rev=$( git rev-parse -q --verify " $1 ^{commit}" ) ||
947
947
die " fatal: '$1 ' does not refer to a commit"
948
948
else
949
- die " fatal: you must provide exactly one revision, and optionnally a repository. Got: '$* '"
949
+ die " fatal: you must provide exactly one revision, and optionally a repository. Got: '$* '"
950
950
fi
951
951
repository=" "
952
952
if test " $# " = 2
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ last_commit_subject () {
47
47
# pre-2.32.0 versions of 'git subtree' would write the hash of the tag
48
48
# (sub1 below), instead of the commit (sub1^{commit}) in the
49
49
# "git-subtree-split" trailer.
50
- # We immitate this behaviour below using a replace ref.
50
+ # We imitate this behaviour below using a replace ref.
51
51
# This function creates 3 repositories:
52
52
# - $1
53
53
# - $1-sub (added as subtree "sub" in $1)
You can’t perform that action at this time.
0 commit comments