Skip to content

Commit c667fe0

Browse files
committed
docs: fix typos
1 parent 17ece54 commit c667fe0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Justfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
build-all-plaforms:
2+
build-all-platforms:
33
#!/bin/bash -eux
44
export AXOASSET_XZ_LEVEL=1
55
cargo build
@@ -74,7 +74,7 @@ patch-ps1-installer:
7474

7575
dump:
7676
#!/bin/bash -eux
77-
just build-all-plaforms
77+
just build-all-platforms
7878
just patch-sh-installer
7979
just patch-ps1-installer
8080
mc mirror --overwrite ./target/distrib ${DIST_TARGET:-bearcove/dump/dist-cross}

book/src/ci/customizing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ container = { image = "quay.io/pypa/manylinux_2_28_x86_64", host = "x86_64-unkno
232232
container = { image = "quay.io/pypa/manylinux_2_28_x86_64", host = "x86_64-unknown-linux-musl" }
233233
```
234234

235-
Note that here, the host triple for those container images is overriden to be `x86_64-unknown-linux-musl`, because dist itself (which must run in the container) might be using a too-recent version of glibc.
235+
Note that here, the host triple for those container images is overridden to be `x86_64-unknown-linux-musl`, because dist itself (which must run in the container) might be using a too-recent version of glibc.
236236

237237
Because of dist's cross-compilation support, if you have both `cargo-zigbuild` and `cargo-xwin`
238238
installed on a macOS machine, you can build pretty much every target dist supports, by running

0 commit comments

Comments
 (0)