Fix a braino in a comment
[ghc-hetmet.git] / libraries / gen_contents_index
index 2ae6bf5..de5b267 100644 (file)
@@ -14,7 +14,7 @@ case $* in
     do
         LIBPATH=`echo "$HADDOCK_FILE" | sed 's#/dist-install.*##'`
         NAME=`echo "$HADDOCK_FILE" | sed 's#.*/##' | sed 's#\.haddock$##'`
-        # It's easier to portably remove tabs with tr and to try to get
+        # It's easier to portably remove tabs with tr than to try to get
         # sed to do what we want
         VERSION=`grep -i '^version:' $LIBPATH/$NAME.cabal | sed 's/.*://'` | tr -d ' \t'
         HADDOCK_ARG="--read-interface=${NAME}-${VERSION},$HADDOCK_FILE"