many small typofixes

Signed-off-by: Ondřej Bílka <neleai@seznam.cz>
Reviewed-by: Marc Branchaud <marcnarc@xiplink.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ondřej Bílka
2013-07-29 10:18:21 +02:00
committed by Junio C Hamano
parent 749f763dbb
commit 98e023dea4
20 changed files with 23 additions and 23 deletions

View File

@ -489,7 +489,7 @@ int remove_index_entry_at(struct index_state *istate, int pos)
}
/*
* Remove all cache ententries marked for removal, that is where
* Remove all cache entries marked for removal, that is where
* CE_REMOVE is set in ce_flags. This is much more effective than
* calling remove_index_entry_at() for each entry to be removed.
*/
@ -1760,7 +1760,7 @@ static int has_racy_timestamp(struct index_state *istate)
}
/*
* Opportunisticly update the index but do not complain if we can't
* Opportunistically update the index but do not complain if we can't
*/
void update_index_if_able(struct index_state *istate, struct lock_file *lockfile)
{