From e5976482a39ba28efa64764cdb19e310c84aec21 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 29 Oct 2015 10:29:21 -0400 Subject: [PATCH] More issues that Karsten spotted --- doc/HACKING/GettingStarted.txt | 7 ------- doc/HACKING/HelpfulTools.txt | 2 +- 2 files changed, 1 insertion(+), 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