]> git.ipfire.org Git - thirdparty/git.git/commitdiff
split-index: s/eith/with/ typo fix
authorChristian Couder <christian.couder@gmail.com>
Sun, 23 Oct 2016 09:26:30 +0000 (11:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Nov 2016 18:48:02 +0000 (11:48 -0700)
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
split-index.c

index 35da553655bdf7b70519ecf529544796ca8185b5..615f4cac05f7d381b3c31831b6fd9e8a72e1f982 100644 (file)
@@ -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.
                 */