From: Edward Betts Date: Fri, 27 Jan 2017 18:18:09 +0000 (+0000) Subject: fix typo X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~275^2~728 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=93cbed539ff90f44c6205a65efbc210e055f9037;p=git-annex.git fix typo --- diff --git a/doc/todo/make_annex_info_more_efficient/comment_5_c6c8850aefe3ab81f1f113daa734695b._comment b/doc/todo/make_annex_info_more_efficient/comment_5_c6c8850aefe3ab81f1f113daa734695b._comment index 3e1cacc805..9509195364 100644 --- a/doc/todo/make_annex_info_more_efficient/comment_5_c6c8850aefe3ab81f1f113daa734695b._comment +++ b/doc/todo/make_annex_info_more_efficient/comment_5_c6c8850aefe3ab81f1f113daa734695b._comment @@ -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.