]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
More issues that Karsten spotted
authorNick Mathewson <nickm@torproject.org>
Thu, 29 Oct 2015 14:29:21 +0000 (10:29 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 29 Oct 2015 14:29:21 +0000 (10:29 -0400)
doc/HACKING/GettingStarted.txt
doc/HACKING/HelpfulTools.txt

index e684ed70c01613cc9c74bb5d8e74a13073272cc2..ee024feb862aab5d49c0cd962942064d219bb4f8 100644 (file)
@@ -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?
-------------------------
 
index fd3b713cc60b7d2f89558cce200a30951936888f..cf74063191da33e5db6c255a992e78acb7850884 100644 (file)
@@ -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