Skip to content

Commit ca6ece7

Browse files
authored
Merge pull request #3499 from rustaceanclub/master
Fix some typos
2 parents d4c6844 + 794e596 commit ca6ece7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ci/run.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ download_pkg_test() {
5858

5959
# Machines have 7GB of RAM, and our target/ contents is large enough that
6060
# 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
6262
# artifacts, we try to keep features consistent across the builds, whether for
6363
# docs/test/runs etc.
6464
build_test() {

doc/dev-guide/src/tracing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ Some good general heuristics:
7474

7575
## Caveats
7676

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
7878
a thread to make a new root span until it is fixed. If any Tokio runtime-related
7979
code gets added in those threads this will also cause a panic. We have a couple
8080
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.

src/cli/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ fn print_toolchain_path(
490490
}
491491

492492
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
494494
let toolchains = cfg
495495
.list_toolchains()?
496496
.iter()

0 commit comments

Comments
 (0)