File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ download_pkg_test() {
58
58
59
59
# Machines have 7GB of RAM, and our target/ contents is large enough that
60
60
# thrashing will occur if we build-run-build-run rather than
61
- # build-build-build-run-run-run. Since this is used soley for non-release
61
+ # build-build-build-run-run-run. Since this is used solely for non-release
62
62
# artifacts, we try to keep features consistent across the builds, whether for
63
63
# docs/test/runs etc.
64
64
build_test () {
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ Some good general heuristics:
74
74
75
75
## Caveats
76
76
77
- Cross-thread propogation isn't connected yet. This will cause instrumentation in
77
+ Cross-thread propagation isn't connected yet. This will cause instrumentation in
78
78
a thread to make a new root span until it is fixed. If any Tokio runtime-related
79
79
code gets added in those threads this will also cause a panic. We have a couple
80
80
of threadpools in use today; if you need to instrument within that context, use
81
- a thunk to propogate the tokio runtime into those threads.
81
+ a thunk to propagate the tokio runtime into those threads.
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ fn print_toolchain_path(
490
490
}
491
491
492
492
pub ( crate ) fn list_toolchains ( cfg : & Cfg , verbose : bool ) -> Result < utils:: ExitCode > {
493
- // Work with LocalToolchainName to accomdate path based overrides
493
+ // Work with LocalToolchainName to accommodate path based overrides
494
494
let toolchains = cfg
495
495
. list_toolchains ( ) ?
496
496
. iter ( )
You can’t perform that action at this time.
0 commit comments