code comments: spell

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2005-12-29 01:30:08 -08:00
parent 89438677ab
commit 82f9d58a39
7 changed files with 7 additions and 7 deletions

View File

@ -119,7 +119,7 @@ static unsigned long write_one(struct sha1file *f,
return offset;
e->offset = offset;
offset += write_object(f, e);
/* if we are delitified, write out its base object. */
/* if we are deltified, write out its base object. */
if (e->delta)
offset = write_one(f, e->delta, offset);
return offset;