File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ static struct bitmap_index {
60
60
struct ewah_bitmap * blobs ;
61
61
struct ewah_bitmap * tags ;
62
62
63
- /* Map from SHA1 -> `stored_bitmap` for all the bitmapped comits */
63
+ /* Map from SHA1 -> `stored_bitmap` for all the bitmapped commits */
64
64
khash_sha1 * bitmaps ;
65
65
66
66
/* Number of bitmapped commits */
Original file line number Diff line number Diff line change 1
1
# Helpers for terminal output tests.
2
2
3
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
4
+ # to additionally check that the TTY prereq is set here. If the test declared
5
5
# it and we are running the test, then it must have been set.
6
6
test_terminal () {
7
7
if ! test_declared_prereq TTY
You can’t perform that action at this time.
0 commit comments