fix typo
authorEdward Betts <edward@4angle.com>
Fri, 27 Jan 2017 18:18:09 +0000 (18:18 +0000)
committerEdward Betts <edward@4angle.com>
Fri, 27 Jan 2017 18:18:09 +0000 (18:18 +0000)
doc/todo/make_annex_info_more_efficient/comment_5_c6c8850aefe3ab81f1f113daa734695b._comment

index 3e1cacc805f2b64be7e7572beef6127bc3d73b72..9509195364db80a50fcc4c5461b4439891d27e69 100644 (file)
@@ -7,7 +7,7 @@ When run on a local repository, git-annex info does not look at the
 git-annex branch. That would be slower than traversing the directories.
 (Asking for info about a remote does look at the git-annex branch.)
 
-git ls-tree does not have to look at files on disk, so is not comprable.
+git ls-tree does not have to look at files on disk, so is not comparable.
 The work `git annex info` does is roughly the same as a du of
 .git/annex/objects and a readlink of each symlink in the work tree.