diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-02-01 11:29:47 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-02-02 10:06:39 +0100 |
commit | 8dd82ead7ddd65348bcbea4e2bb8defce4253173 (patch) | |
tree | 22887ccbb12f2801b467ea0e05261ff6c036b9e9 /mk | |
parent | eedb3df0c1c28a7abc43705d614239c1c6199a1f (diff) | |
download | haskell-8dd82ead7ddd65348bcbea4e2bb8defce4253173.tar.gz |
Spelling fixes
Diffstat (limited to 'mk')
-rwxr-xr-x | mk/get-win32-tarballs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/get-win32-tarballs.sh b/mk/get-win32-tarballs.sh index 64133decad..839ed0f98e 100755 --- a/mk/get-win32-tarballs.sh +++ b/mk/get-win32-tarballs.sh @@ -122,7 +122,7 @@ usage() { echo "Where <action> is one of," echo " download download the necessary tarballs for the given architecture" echo " fetch download the necessary tarballs for the given architecture but doesn't verify their md5."d - echo " verify verify the existance and correctness of the necessary tarballs" + echo " verify verify the existence and correctness of the necessary tarballs" echo "and <arch> is one of i386, x86_64,all or mirror (which includes sources)" } |