diff options
author | Deepesh Pathak <deepshpathak@gmail.com> | 2018-01-24 14:25:15 +0530 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-07 10:41:57 -0500 |
commit | ca6682f3f86dbcf2b5346ae69d45293e8a59322b (patch) | |
tree | 54502f2a67b49927e85c51baf6fa0805c24b3839 /doc/HACKING/android | |
parent | 13f5adc86c30101a32fedcd1713443eb4c43a397 (diff) | |
download | tor-ca6682f3f86dbcf2b5346ae69d45293e8a59322b.tar.gz tor-ca6682f3f86dbcf2b5346ae69d45293e8a59322b.zip |
Fix spelling mistakes corresponding to ticket #23650
Diffstat (limited to 'doc/HACKING/android')
-rw-r--r-- | doc/HACKING/android/Simpleperf.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HACKING/android/Simpleperf.md b/doc/HACKING/android/Simpleperf.md index c12558aed4..25f39a3d23 100644 --- a/doc/HACKING/android/Simpleperf.md +++ b/doc/HACKING/android/Simpleperf.md @@ -18,7 +18,7 @@ the Android Software Development Kit (SDK) and Native Development Kit repository and build an Orbot APK (Android Package) file with debugging enabled. Make sure that when you build the native content of the Orbot application that you run the `make -C external` command with - an additional `DEBUG=1` as paramter to ensure that the Orbot build + an additional `DEBUG=1` as parameter to ensure that the Orbot build process does not strip the debug symbols from the Tor binary. 2. (Optional) Uninstall and clean-up your old Orbot installation that |