]> git.lizzy.rs Git - rust.git/commitdiff
fixed environment
author0xflotus <0xflotus@gmail.com>
Thu, 28 Mar 2019 10:47:51 +0000 (11:47 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2019 10:47:51 +0000 (11:47 +0100)
README.md

index 81a1220ae2958488e952d1654708a53d48cd2a4e..cf7bc9e32d0bca638397fb8ce6c8e2e9ee1512fb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -212,7 +212,7 @@ With this, you should now have a working development setup!  See
 ["Testing Miri"](#testing-miri) above for how to proceed.
 
 Running `cargo miri` in this setup is a bit more complicated, because the Miri
-binary you just created does not actually run without some enviroment variables.
+binary you just created does not actually run without some environment variables.
 But you can contort cargo into calling `cargo miri` the right way for you:
 
 ```sh