From 25143a54fcc14273ed03b0cb77b6187f20d6069d Mon Sep 17 00:00:00 2001 From: Alexander Kuleshov Date: Wed, 21 Jan 2015 15:13:51 +0600 Subject: [PATCH 1/2] pack-bitmap: fix typo Signed-off-by: Alexander Kuleshov Signed-off-by: Junio C Hamano --- pack-bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack-bitmap.c b/pack-bitmap.c index 91e4101531..40cbeabe68 100644 --- a/pack-bitmap.c +++ b/pack-bitmap.c @@ -60,7 +60,7 @@ static struct bitmap_index { struct ewah_bitmap *blobs; struct ewah_bitmap *tags; - /* Map from SHA1 -> `stored_bitmap` for all the bitmapped comits */ + /* Map from SHA1 -> `stored_bitmap` for all the bitmapped commits */ khash_sha1 *bitmaps; /* Number of bitmapped commits */ From a9942e108c9848ec5b69b6dddc59977d3f586aa9 Mon Sep 17 00:00:00 2001 From: Alexander Kuleshov Date: Wed, 21 Jan 2015 15:14:01 +0600 Subject: [PATCH 2/2] t/lib-terminal.sh: fix typo Signed-off-by: Alexander Kuleshov Signed-off-by: Junio C Hamano --- t/lib-terminal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib-terminal.sh b/t/lib-terminal.sh index 51845491bb..cd220e378e 100644 --- a/t/lib-terminal.sh +++ b/t/lib-terminal.sh @@ -1,7 +1,7 @@ # Helpers for terminal output tests. # Catch tests which should depend on TTY but forgot to. There's no need -# 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 # it and we are running the test, then it must have been set. test_terminal () { if ! test_declared_prereq TTY