From: Andreev Alexander Date: Mon, 9 Oct 2017 13:38:06 +0000 (+0300) Subject: Fixed spelling error in manifest.md X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~13^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4848c30414c6ed6b7afbe6067703ccfe0510d0ec;p=cargo.git Fixed spelling error in manifest.md --- diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 2b2215057..6dbed298c 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -514,8 +514,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