Skip to content

Commit e35b99a

Browse files
committed
Auto merge of #9212 - vidbina:fix-spelling-worksapce-to-workspace, r=ehuss
doc: Fix spelling worksapce->workspace only in comments or documentation
2 parents 85cae85 + 9887dcd commit e35b99a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bin/cargo/commands/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub fn exec(config: &mut Config, args: &ArgMatches<'_>) -> CliResult {
117117
let version = args.value_of("version");
118118
let root = args.value_of("root");
119119

120-
// We only provide worksapce information for local crate installation from
120+
// We only provide workspace information for local crate installation from
121121
// one of the following sources:
122122
// - From current working directory (only work for edition 2015).
123123
// - From a specific local file path.

src/doc/src/guide/build-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Cargo stores the output of a build into the "target" directory. By default,
44
this is the directory named `target` in the root of your
5-
[*workspace*][def-worksapce]. To change the location, you can set the
5+
[*workspace*][def-workspace]. To change the location, you can set the
66
`CARGO_TARGET_DIR` [environment variable], the [`build.target-dir`] config
77
value, or the `--target-dir` command-line flag.
88

0 commit comments

Comments
 (0)