summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-17 11:12:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-17 11:12:18 -0400
commit01604423ae6723ed246fee6a34b518137c91dd57 (patch)
treea61f103d5c106f19390703e70ecc19dd6f5f2aa7 /Makefile
parentecc580ebfa108db78091471efa1a5ae7f135b82b (diff)
typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 852dc7a1d..3db3b9717 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ install: build install-docs Build/InstallDesktopFile
test: git-annex
./git-annex test
-# hothasktags chokes on some tempolate haskell etc, so ignore errors
+# hothasktags chokes on some template haskell etc, so ignore errors
tags:
find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>/dev/null