]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a variable name in tor-rust-dependencies
authorNick Mathewson <nickm@torproject.org>
Wed, 21 Feb 2018 16:55:25 +0000 (11:55 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 21 Feb 2018 16:55:25 +0000 (11:55 -0500)
doc/HACKING/GettingStartedRust.md

index 87b41b5e23d92b92613826dcfb63730f69df97a1..f5914bc87a1d3e291b26264d6352f4437f7dd1e7 100644 (file)
@@ -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