diff options
author | Christian Couder <christian.couder@gmail.com> | 2016-10-23 11:26:30 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-11-01 11:48:02 -0700 |
commit | 753c4515016c762f2c23bf6243c77868631c8abe (patch) | |
tree | 6ebc7b797ee7b15ab6b63e31888cc8c8cd31de5f | |
parent | Git 2.11-rc0 (diff) | |
download | tgif-753c4515016c762f2c23bf6243c77868631c8abe.tar.xz |
split-index: s/eith/with/ typo fix
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | split-index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/split-index.c b/split-index.c index 35da553655..615f4cac05 100644 --- a/split-index.c +++ b/split-index.c @@ -187,7 +187,7 @@ void prepare_to_write_split_index(struct index_state *istate) /* Go through istate->cache[] and mark CE_MATCHED to * entry with positive index. We'll go through * base->cache[] later to delete all entries in base - * that are not marked eith either CE_MATCHED or + * that are not marked with either CE_MATCHED or * CE_UPDATE_IN_BASE. If istate->cache[i] is a * duplicate, deduplicate it. */ |