From: Nick Mathewson Date: Thu, 29 Oct 2015 14:29:21 +0000 (-0400) Subject: More issues that Karsten spotted X-Git-Tag: tor-0.2.8.1-alpha~262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5976482a39ba28efa64764cdb19e310c84aec21;p=thirdparty%2Ftor.git More issues that Karsten spotted --- 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