Code

Quiet make: do not leave Windows behind
[git.git] / builtin-pack-objects.c
index 419f29aa1ac2912af15fa340c88967fc0c26ffba..9742b45c4da7f9330491d0b4c6d3ed60aadb0f4c 100644 (file)
@@ -293,7 +293,7 @@ static unsigned long write_object(struct sha1file *f,
                                die("unable to read %s", sha1_to_hex(entry->idx.sha1));
                        /*
                         * make sure no cached delta data remains from a
-                        * previous attempt before a pack split occured.
+                        * previous attempt before a pack split occurred.
                         */
                        free(entry->delta_data);
                        entry->delta_data = NULL;