summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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