Skip to content

Commit 41869f7

Browse files
algonellgitster
authored andcommitted
t: fix typos
Fix typos via codespell. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 897124a commit 41869f7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

t/lib-bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`.
1616
test_bundle_object_count () {
1717
thin=

t/lib-rebase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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\"" \

t/lib-sudo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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=$?

t/lib-unicode-nfc-nfd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)