summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-11 11:47:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-11 11:47:45 -0400
commitab42e74ee2449ac1eeb21cd4f4db143abc5fa156 (patch)
treea993ef48150f0a59453e475f52532a90f86a1a76
parenta59a1d30b758ceb74f1677eb8719bc818e81381a (diff)
typo
-rw-r--r--doc/design/metadata.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/metadata.mdwn b/doc/design/metadata.mdwn
index 18e819525..2d20971d9 100644
--- a/doc/design/metadata.mdwn
+++ b/doc/design/metadata.mdwn
@@ -67,7 +67,7 @@ so 2013/icfp, 2014/fosdem, etc.
`git annex filter tag=haskell,debian` uses the "tag" field that is
automatically derived from the set of tags. So this yields a branch
-with hakell and debian subdirectories, containing the files tagged with
+with haskell and debian subdirectories, containing the files tagged with
either.
To see all tags, `git annex filter tag=*` !