vendor/libgit2/src/mwindow.c in rugged-1.3.2.3 vs vendor/libgit2/src/mwindow.c in rugged-1.4.2

- old
+ new

@@ -471,10 +471,10 @@ git_mwindow_file *lru_file; while (git_mwindow__file_limit <= ctl->windowfiles.length && git_mwindow_find_lru_file_locked(&lru_file) == 0) { if ((error = git_vector_insert(&closed_files, lru_file)) < 0) { /* - * Exceeding the file limit seems preferrable to being open to + * Exceeding the file limit seems preferable to being open to * data races that can end up corrupting the heap. */ break; } git_mwindow_free_all_locked(lru_file);