From: Christian Couder Date: Sun, 23 Oct 2016 09:26:30 +0000 (+0200) Subject: split-index: s/eith/with/ typo fix X-Git-Tag: v2.11.0-rc1~12^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/753c4515016c762f2c23bf6243c77868631c8abe?ds=inline;hp=--cc split-index: s/eith/with/ typo fix Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- 753c4515016c762f2c23bf6243c77868631c8abe 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. */