summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-02-21 11:55:25 -0500
committerNick Mathewson <nickm@torproject.org>2018-02-21 11:55:25 -0500
commitd489e4847b1ec30cb127ce6db675e2316c1772e3 (patch)
treec1e7292e7484bc94bdeb626a5920abc9560d7fec
parentd2bdb54d37706b2322b1a1fa0a85c72cf72acd9e (diff)
downloadtor-d489e4847b1ec30cb127ce6db675e2316c1772e3.tar.gz
tor-d489e4847b1ec30cb127ce6db675e2316c1772e3.zip
Fix a variable name in tor-rust-dependencies
-rw-r--r--doc/HACKING/GettingStartedRust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HACKING/GettingStartedRust.md b/doc/HACKING/GettingStartedRust.md
index 87b41b5e23..f5914bc87a 100644
--- a/doc/HACKING/GettingStartedRust.md
+++ b/doc/HACKING/GettingStartedRust.md
@@ -79,7 +79,7 @@ you are in the top level of the repository) configure tor with:
TOR_RUST_DEPENDENCIES='path_to_dependencies_directory' ./configure --enable-rust
-(Note that RUST_DEPENDENCIES must be the full path to the directory; it
+(Note that TOR_RUST_DEPENDENCIES must be the full path to the directory; it
cannot be relative.)
Assuming you used the above `git submodule` commands and you're in the