about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEli Flanagan <eli@typedspace.com>2021-11-04 16:19:01 -0400
committerEli Flanagan <eli@typedspace.com>2021-11-04 16:19:01 -0400
commit7bffde6dbc8900ac6b50ff653110674bcaad9343 (patch)
tree6c9fd38a07246475db8af12d88f5a3b77eee7a56 /doc
parent831f9b6919f2e69f0c5d22abf4ada139e9561d24 (diff)
docs: fix Rust language typos
I tried to use aspell following https://github.com/NixOS/nixpkgs/issues/34308#issuecomment-361431632 but there are too many false positives!
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/rust.section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md
index 9962e7520bf55..28540a9167075 100644
--- a/doc/languages-frameworks/rust.section.md
+++ b/doc/languages-frameworks/rust.section.md
@@ -411,7 +411,7 @@ you of the correct hash.
 
 `rustPlatform` provides the following hooks to automate Cargo builds:
 
-* `cargoSetupHook`: configure Cargo to use depenencies vendored
+* `cargoSetupHook`: configure Cargo to use dependencies vendored
   through `fetchCargoTarball`. This hook uses the `cargoDeps`
   environment variable to find the vendored dependencies. If a project
   already vendors its dependencies, the variable `cargoVendorDir` can
@@ -672,7 +672,7 @@ Some crates require external libraries. For crates from
 `defaultCrateOverrides` package in nixpkgs itself.
 
 Starting from that file, one can add more overrides, to add features
-or build inputs by overriding the hello crate in a seperate file.
+or build inputs by overriding the hello crate in a separate file.
 
 ```nix
 with import <nixpkgs> {};