File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ convert_bundle_to_pack () {
1111}
1212
1313# Check count of objects in a bundle file.
14- # We can use "--thin" opiton to check thin pack, which must be fixed by
14+ # We can use "--thin" option to check thin pack, which must be fixed by
1515# command `git-index-pack --fix-thin --stdin`.
1616test_bundle_object_count () {
1717 thin=
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ set_reword_editor () {
187187 exit 1
188188 fi
189189 fi &&
190- # There should be no uncommited changes
190+ # There should be no uncommitted changes
191191 git diff --exit-code HEAD &&
192192 # The todo-list should be re-read after a reword
193193 GIT_SEQUENCE_EDITOR="\"$PWD /reword-sequence-editor.sh\"" \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ run_with_sudo () {
66 local RUN=" $TEST_DIRECTORY /$$ .sh"
77 write_script " $RUN " " $TEST_SHELL_PATH "
88 # avoid calling "$RUN" directly so sudo doesn't get a chance to
9- # override the shell, add aditional restrictions or even reject
9+ # override the shell, add additional restrictions or even reject
1010 # running the script because its security policy deem it unsafe
1111 sudo " $TEST_SHELL_PATH " -c " \" $RUN \" "
1212 ret=$?
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ test_lazy_prereq UNICODE_NFD_PRESERVED '
7474# Yielding: \xcf \x89 + \xcc \x94 + \xcd \x82
7575#
7676# Note that I've used the canonical ordering of the
77- # combinining characters. It is also possible to
77+ # combining characters. It is also possible to
7878# swap them. My testing shows that that non-standard
7979# ordering also causes a collision in mkdir. However,
8080# the resulting names don't draw correctly on the
You can’t perform that action at this time.
0 commit comments