Преглед на файлове

Fix a variable name in tor-rust-dependencies

Nick Mathewson преди 6 години
родител
ревизия
d489e4847b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      doc/HACKING/GettingStartedRust.md

+ 1 - 1
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