]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pack-objects.c
GIT 1.0.7
[thirdparty/git.git] / pack-objects.c
index caf3b6be5a1cf85bafd034ed9e2cbe3cd596b26c..c3f25317bbe8f9920220ab276a7605eeab132fb9 100644 (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;