pack-objects: fix typo 'detla' -> 'delta'
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Johannes Schindelin committed
Oct 16, 2018 at 14:02 UTC
ce498e094e8db32fff358ecf7e4ad4951e6bebce
1 file changed
+1
-1
pack-objects.h
+1
-1
@@ -356,7 +356,7 @@ static inline unsigned long oe_delta_size(struct packing_data *pack,
356
return e->delta_size_;
357
358
/*
359
- * pack->detla_size[] can't be NULL because oe_set_delta_size()
359
+ * pack->delta_size[] can't be NULL because oe_set_delta_size()
360
* must have been called when a new delta is saved with
361
* oe_set_delta().
362
* If oe_delta() returns NULL (i.e. default state, which means