split-index: s/eith/with/ typo fix

Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Christian Couder committed Oct 23, 2016 at 11:26 UTC 753c4515016c762f2c23bf6243c77868631c8abe
1 file changed +1 -1
split-index.c
+1 -1
@@ -187,7 +187,7 @@ void prepare_to_write_split_index(struct index_state *istate)
187 /* Go through istate->cache[] and mark CE_MATCHED to
188 * entry with positive index. We'll go through
189 * base->cache[] later to delete all entries in base
190 - * that are not marked eith either CE_MATCHED or
190 + * that are not marked with either CE_MATCHED or
191 * CE_UPDATE_IN_BASE. If istate->cache[i] is a
192 * duplicate, deduplicate it.
193 */