summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Edward Betts <edward@4angle.com>2017-01-27 18:18:09 +0000
committerGravatar Edward Betts <edward@4angle.com>2017-01-27 18:18:09 +0000
commit72d8b7a932dcd122935cbbf27dbb878ddd2e84a2 (patch)
treec429373cd5c5ba3c60baa6b0b870f49d42710e81
parentc9d77dfb864834e12b3c281744f390f970a56a9d (diff)
fix typo
-rw-r--r--doc/todo/make_annex_info_more_efficient/comment_5_c6c8850aefe3ab81f1f113daa734695b._comment2
1 files changed, 1 insertions, 1 deletions
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 3e1cacc80..950919536 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.