Skip to content

Commit b18c2fa

Browse files
authored
Merge pull request #7899 from myfloss/fix-typos
Fix typos
2 parents b8fccfb + fa3a727 commit b18c2fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CURATORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ issue.
173173

174174
If a package needs to be disabled due to build failures: Add a `< 0`
175175
bound to the package to exclude it, and add a comment stating why it
176-
was disabled: `- swagger < 0 # compile failure againts aeson 1.0`
176+
was disabled: `- swagger < 0 # compile failure against aeson 1.0`
177177

178178
If a package needs to be disabled due to bounds issues, see the "Large
179179
scale enabling/disabling of packages" section below.
@@ -218,7 +218,7 @@ file](https://github.com/commercialhaskell/stackage-content/blob/master/stack/gl
218218
is updated with information on the latest GHC release by cloning that
219219
repo and running `./update-global-hints.hs ghc-X.Y.Z`.
220220

221-
If enountering an error like the following, this means that the [Stack metadata](https://github.com/commercialhaskell/stackage-content)
221+
If encountering an error like the following, this means that the [Stack metadata](https://github.com/commercialhaskell/stackage-content)
222222
has not yet been updated, so wait some time until this happens:
223223

224224
```
@@ -404,7 +404,7 @@ This can be used to make sure all version bounds are in place, including for
404404
test suites and benchmarks, to check whether bounds can be lifted, and to get
405405
[tell-me-when-its-released] notifications.
406406
407-
`curator` does not build anything, so you wont see any compilation
407+
`curator` does not build anything, so you won't see any compilation
408408
errors for builds, tests and benchmarks.
409409
410410
[tell-me-when-its-released]: https://github.com/commercialhaskell/stackage/blob/master/CURATORS.md#waiting-for-new-releases

automated/dockerfiles/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ while [[ $# -gt 0 ]]; do
6969
;;
7070
*)
7171
if [[ -n "$LTS_SLUG_ARG" ]]; then
72-
usage "Cannot specify multiple snaphots: $1"
72+
usage "Cannot specify multiple snapshots: $1"
7373
fi
7474
LTS_SLUG_ARG="$1"
7575
shift

build-constraints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8136,7 +8136,7 @@ expected-test-failures:
81368136
- alex
81378137
- amqp
81388138
- aws # AWS Credentials
8139-
- beam-postgres # requires Postgress instance
8139+
- beam-postgres # requires Postgres instance
81408140
- bindings-GLFW # Expects running X server
81418141
- bitcoin-api
81428142
- bitcoin-api-extra

0 commit comments

Comments
 (0)