doc: typo "worksapce" -> "workspace"
authorxftroxgpx <xftroxgpx@protonmail.com>
Mon, 8 Jan 2018 03:03:16 +0000 (04:03 +0100)
committerxftroxgpx <xftroxgpx@protonmail.com>
Mon, 8 Jan 2018 03:03:16 +0000 (04:03 +0100)
occurs twice

src/doc/src/reference/manifest.md

index 48372bb223ce66581cb7b6cb64990e80533a6549..716d8acefd0a6982e88c2b2990526dcb5f6dafbe 100644 (file)
@@ -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