From: xftroxgpx Date: Mon, 8 Jan 2018 03:03:16 +0000 (+0100) Subject: doc: typo "worksapce" -> "workspace" X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~57^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=06a6a40a998484ae531d693cb1ce398b76173b17;p=cargo.git doc: typo "worksapce" -> "workspace" occurs twice --- diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index 48372bb22..716d8acef 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -523,8 +523,8 @@ Most of the time workspaces will not need to be dealt with as `cargo new` and #### Virtual Manifest In workspace manifests, if the `package` table is present, the workspace root -crate will be treated as a normal package, as well as a worksapce. If the -`package` table is not present in a worksapce manifest, it is called a *virtual +crate will be treated as a normal package, as well as a workspace. If the +`package` table is not present in a workspace manifest, it is called a *virtual manifest*. When working with *virtual manifests*, package-related cargo commands, like