From: Peter Marheine Date: Mon, 8 Jan 2018 05:11:26 +0000 (+1100) Subject: Re-fix spelling of 'workspace' X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~55^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1208798cf05708f9c78e92c53670dd5ce6b0b778;p=cargo.git Re-fix spelling of 'workspace' First fixed in 4848c30414c6ed6b7afbe6067703ccfe0510d0ec which failed to update the book and was replaced in 1271bb4de0c0e0a085be239c2418af9c673ffc87. --- diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index 99e5965e9..a29f2c5af 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -532,8 +532,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