Merge branch 'ak/typofixes'
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2015 21:37:38 +0000 (13:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2015 21:37:39 +0000 (13:37 -0800)
* ak/typofixes:
t/lib-terminal.sh: fix typo
pack-bitmap: fix typo

pack-bitmap.c
t/lib-terminal.sh
index 6a818419ca46f8d66adbeb0027da49e6bab1bfa3..3281df389e23e2fdf220e3b8aa74f4051f397c74 100644 (file)
@@ -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 */
index 51845491bb42ee72a1f7ec33c504e65c5bf8b248..cd220e378e201fc5bfbaf9c78b0a3183ebf12d11 100644 (file)
@@ -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