summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-10-29 10:29:21 -0400
committerNick Mathewson <nickm@torproject.org>2015-10-29 10:29:21 -0400
commite5976482a39ba28efa64764cdb19e310c84aec21 (patch)
tree479bbebf54f6daf2aa8d27db00b75d76d12a44a0
parentf40dc287bd97d96936359313376b777415e5db65 (diff)
downloadtor-e5976482a39ba28efa64764cdb19e310c84aec21.tar.gz
tor-e5976482a39ba28efa64764cdb19e310c84aec21.zip
More issues that Karsten spotted
-rw-r--r--doc/HACKING/GettingStarted.txt7
-rw-r--r--doc/HACKING/HelpfulTools.txt2
2 files changed, 1 insertions, 8 deletions
diff --git a/doc/HACKING/GettingStarted.txt b/doc/HACKING/GettingStarted.txt
index e684ed70c0..ee024feb86 100644
--- a/doc/HACKING/GettingStarted.txt
+++ b/doc/HACKING/GettingStarted.txt
@@ -1,9 +1,4 @@
-
-(DRAFT)
-
-
-
Getting started in Tor development
==================================
@@ -189,6 +184,4 @@ Once you've reached this point, here's what you need to know.
it integrated into mainline Tor.
-Where do I go from here?
-------------------------
diff --git a/doc/HACKING/HelpfulTools.txt b/doc/HACKING/HelpfulTools.txt
index fd3b713cc6..cf74063191 100644
--- a/doc/HACKING/HelpfulTools.txt
+++ b/doc/HACKING/HelpfulTools.txt
@@ -156,7 +156,7 @@ Profiling Tor with oprofile
~~~~~~~~~~~~~~~~~~~~~~~~~~~
The oprofile tool runs (on Linux only!) to tell you what functions Tor is
-spending its CPU time in, so we can identify berformance pottlenecks.
+spending its CPU time in, so we can identify performance bottlenecks.
Here are some basic instructions