commit 6999660fc95cd3ca8690527106adbca466f17a34 Author: Damian Johnson atagar@torproject.org Date: Mon Dec 2 15:21:53 2019 -0800
Typo correction
Fixing a typo k0nsl notified me about via email. --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/index.html b/web/index.html index fbf5ae5..e9fe5e6 100644 --- a/web/index.html +++ b/web/index.html @@ -285,7 +285,7 @@ E: Unable to locate package nyx</pre> <div class="answer"> <p>Nyx can provide you with information about <a href="images/features/connections.png">tor's active connections</a>. This information is retrieved from your system's <b>/proc</b> content or tools such as <i>netstat</i> and <i>lsof</i>.</p>
- <p>Unfortunately Tor inadvertently breaks the tools Nyx falls back to through a featurure called <a href="https://www.torproject.org/docs/tor-manual.html.en#DisableDebuggerAttachment"><b>DisableDebuggerAttachment</b></a>, which makes tor's process memory only readable by root.</p> + <p>Unfortunately Tor inadvertently breaks the tools Nyx falls back to through a feature called <a href="https://www.torproject.org/docs/tor-manual.html.en#DisableDebuggerAttachment"><b>DisableDebuggerAttachment</b></a>, which makes tor's process memory only readable by root.</p>
<p>This leaves you with three options...</p>
tor-commits@lists.torproject.org