Skip to content

Commit 27593dc

Browse files
authored
Merge pull request #11110 from cabalism/typos/release-binaries
Fix typos in release script comments
2 parents 20ddb99 + ad989af commit 27593dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/release/create-release-metadata-for-ghcup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# This script, when passed the cabal release number as the first and only argument
4-
# generates the metadata in the correct format to be useable as is by GHCup
4+
# generates the metadata in the correct format to be usable as is by GHCup
55
# for eg:-
66
# $ create-release-metadata-for-ghcup.sh 3.10.2.0 or "3.10.2.0"
77

scripts/release/download-cabal-install-release-binaries.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/usr/bin/env bash
22

33
# A script to download the release binary files for a given cabal release
4-
# from upstream "downlods.haskell.org".
4+
# from upstream "downloads.haskell.org".
55
# It accepts the first and only argument as the release number.
66
#
7-
# useage:-
7+
# usage:-
88
# $ download-cabal-install-release-binaries.sh "3.10.1.0"
99
#
10-
# This was initally made to be used with ./create-release-metadata-for-ghcup.sh
10+
# This was initially made to be used with ./create-release-metadata-for-ghcup.sh
1111

1212
set -eu
1313
set -o pipefail

0 commit comments

Comments
 (0)