Skip to content

Commit dcc14ae

Browse files
bors[bot]kianmeng
andauthored
Merge #998
998: Fix typos r=emilgardis,alexhuszagh a=kianmeng Found via `codespell -L crate,pullrequest,ro,ot` Co-authored-by: Kian-Meng Ang <kianmeng@cpan.org>
2 parents 3d03f75 + d6ec363 commit dcc14ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.changes/template/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ This is a template changelog. This represents an older state of this repository,
122122
- #502 - fix ci: bump openssl version in freebsd
123123
- #489 - Add support for more hosts and simplify/unify host support checks
124124
- #477 - Fix Docker/Podman links in README
125-
- #476 - Use Rustlang mirror for Sabotage linux tarbals
125+
- #476 - Use Rustlang mirror for Sabotage linux tarballs
126126
- Bump nix dependency to `0.22.1`
127127
- Bump musl version to 1.1.24.
128128

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ jobs:
441441
run: |
442442
jq -C <<< "${needs}"
443443
444-
# Check if all needs were successfull or skipped.
444+
# Check if all needs were successful or skipped.
445445
"$(jq -r 'all(.result as $result | (["success", "skipped"] | contains([$result])))' <<< "${needs}")"
446446
env:
447447
needs: ${{ toJson(needs) }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
135135
- #502 - fix ci: bump openssl version in freebsd
136136
- #489 - Add support for more hosts and simplify/unify host support checks
137137
- #477 - Fix Docker/Podman links in README
138-
- #476 - Use Rustlang mirror for Sabotage linux tarbals
138+
- #476 - Use Rustlang mirror for Sabotage linux tarballs
139139
- Bump nix dependency to `0.22.1`
140140
- Bump musl version to 1.1.24.
141141

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ impl TargetTriple {
199199
// having to change cross every time someone comes up with the need for a new host/target
200200
// combination. It's totally fine to call cross with `--target=$host_triple`, for
201201
// example to test custom docker images. Cross should not try to recognize if host and
202-
// target are equal, it's a user decision and if user want's to bypass cross he can call
202+
// target are equal, it's a user decision and if user wants to bypass cross he can call
203203
// cargo directly or omit the `--target` option.
204204
_ => target.map_or(false, |t| t.needs_docker()),
205205
}

0 commit comments

Comments
 (0)