From: Andrew Kreimer <algonell@xxxxxxxxx> Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@xxxxxxxxx> --- read-cache-ll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/read-cache-ll.h b/read-cache-ll.h index e0e39607ef3..b5d11d07a86 100644 --- a/read-cache-ll.h +++ b/read-cache-ll.h @@ -151,7 +151,7 @@ enum sparse_index_mode { /* * The index has already been collapsed to sparse directories - * whereever possible. + * wherever possible. */ INDEX_COLLAPSED, -- gitgitgadget