Skip to content

Commit 14f5630

Browse files
committed
Merge branch 'ak/typofixes'
* ak/typofixes: t/lib-terminal.sh: fix typo pack-bitmap: fix typo
2 parents 9874fca + a9942e1 commit 14f5630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pack-bitmap.c

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

t/lib-terminal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
66
test_terminal () {
77
if ! test_declared_prereq TTY

0 commit comments

Comments
 (0)