* [PATCH 0/2] Fix typos in various places
@ 2015-01-21 9:13 Alexander Kuleshov
2015-01-21 9:13 ` [PATCH 1/2] pack-bitmap: fix typo Alexander Kuleshov
2015-01-21 9:14 ` [PATCH 2/2] t/lib-terminal.sh: " Alexander Kuleshov
0 siblings, 2 replies; 3+ messages in thread
From: Alexander Kuleshov @ 2015-01-21 9:13 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
These patches provides two minor typo fixes in pack-bitmap.c and
t/lib-terminal.sh
Alexander Kuleshov (2):
pack-bitmap: fix typo
t/lib-terminal.sh: fix typo
pack-bitmap.c | 2 +-
t/lib-terminal.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.3.0-rc1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] pack-bitmap: fix typo
2015-01-21 9:13 [PATCH 0/2] Fix typos in various places Alexander Kuleshov
@ 2015-01-21 9:13 ` Alexander Kuleshov
2015-01-21 9:14 ` [PATCH 2/2] t/lib-terminal.sh: " Alexander Kuleshov
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Kuleshov @ 2015-01-21 9:13 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Alexander Kuleshov
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
pack-bitmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pack-bitmap.c b/pack-bitmap.c
index 0cd85f6..365f9d9 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 */
--
2.3.0-rc1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] t/lib-terminal.sh: fix typo
2015-01-21 9:13 [PATCH 0/2] Fix typos in various places Alexander Kuleshov
2015-01-21 9:13 ` [PATCH 1/2] pack-bitmap: fix typo Alexander Kuleshov
@ 2015-01-21 9:14 ` Alexander Kuleshov
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Kuleshov @ 2015-01-21 9:14 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Alexander Kuleshov
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
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 5184549..cd220e3 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
--
2.3.0-rc1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-01-21 9:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-21 9:13 [PATCH 0/2] Fix typos in various places Alexander Kuleshov
2015-01-21 9:13 ` [PATCH 1/2] pack-bitmap: fix typo Alexander Kuleshov
2015-01-21 9:14 ` [PATCH 2/2] t/lib-terminal.sh: " Alexander Kuleshov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).