From: Junio C Hamano Date: Wed, 11 Feb 2015 21:37:38 +0000 (-0800) Subject: Merge branch 'ak/typofixes' X-Git-Tag: v2.4.0-rc0~143 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/14f563031d21a26aa28a08f795c6d2c36580a7bf?hp=9874fca7122563e28d699a911404fc49d2a24f1c Merge branch 'ak/typofixes' * ak/typofixes: t/lib-terminal.sh: fix typo pack-bitmap: fix typo --- diff --git a/pack-bitmap.c b/pack-bitmap.c index 6a818419ca..3281df389e 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 */ 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