We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9874fca + a9942e1 commit 14f5630Copy full SHA for 14f5630
2 files changed
pack-bitmap.c
@@ -60,7 +60,7 @@ static struct bitmap_index {
60
struct ewah_bitmap *blobs;
61
struct ewah_bitmap *tags;
62
63
- /* Map from SHA1 -> `stored_bitmap` for all the bitmapped comits */
+ /* Map from SHA1 -> `stored_bitmap` for all the bitmapped commits */
64
khash_sha1 *bitmaps;
65
66
/* Number of bitmapped commits */
t/lib-terminal.sh
@@ -1,7 +1,7 @@
1
# Helpers for terminal output tests.
2
3
# Catch tests which should depend on TTY but forgot to. There's no need
4
-# to aditionally check that the TTY prereq is set here. If the test declared
+# to additionally check that the TTY prereq is set here. If the test declared
5
# it and we are running the test, then it must have been set.
6
test_terminal () {
7
if ! test_declared_prereq TTY
0 commit comments