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 {
6060 struct ewah_bitmap * blobs ;
6161 struct ewah_bitmap * tags ;
6262
63- /* Map from SHA1 -> `stored_bitmap` for all the bitmapped comits */
63+ /* Map from SHA1 -> `stored_bitmap` for all the bitmapped commits */
6464 khash_sha1 * bitmaps ;
6565
6666 /* Number of bitmapped commits */
Original file line number Diff line number Diff line change 11# Helpers for terminal output tests.
22
33# 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
55# it and we are running the test, then it must have been set.
66test_terminal () {
77 if ! test_declared_prereq TTY
You can’t perform that action at this time.
0 commit comments