commit b4dfb17795744f9d038006e39c566072cfa13ca3 Author: Damian Johnson atagar@torproject.org Date: Fri Aug 4 10:36:36 2017 -0700
Spelling corrections
Haven't found a vim spellchecker I like. Oh well - fixing all the spelling mistakes that slipped in. --- web/changelog/legacy.html | 16 ++++++++-------- web/index.html | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/web/changelog/legacy.html b/web/changelog/legacy.html index ed0df2f..3a4c598 100644 --- a/web/changelog/legacy.html +++ b/web/changelog/legacy.html @@ -99,10 +99,10 @@ <ul> <li><b>OSX/BSD:</b> support for pwd lookups (<a href="https://trac.torproject.org/projects/tor/ticket/4236">ticket</a>)</li> <li><b>OSX/BSD:</b> ps checks couldn't detect tor process</li> - <li><b>OpenBSD:</b> only use lsof for connecion lookups</li> + <li><b>OpenBSD:</b> only use lsof for connection lookups</li> <li><b>Linux:</b> proc utils didn't account for big-endian architectures (<a href="https://trac.torproject.org/projects/tor/ticket/4777">ticket</a>)</li> <li><b>Debian:</b> misleading warning about default Logging value (<a href="https://trac.torproject.org/projects/tor/ticket/4602">ticket</a>)</li> - <li><b>RedHat:</b> specify python verion in rpm dependencies</li> + <li><b>RedHat:</b> specify python version in rpm dependencies</li> </ul> </li> </ul> @@ -140,7 +140,7 @@ <ul> <li>Added dialogs with exit usage by port and guard/bridge usage by locale</li> <li>Crash when shutting down while relay addresses are resolved</li> - <li>Crash when CIRC event occured while caching attached relays</li> + <li>Crash when CIRC event occurred while caching attached relays</li> </ul> </li>
@@ -177,7 +177,7 @@ <li><span class="hotfix"><b>Hotfix release</b> (September 29th, 2011) corrected the following...</span> <ul> <li>Crash when esc was pressed in the interpreter prompt (<a href="https://trac.torproject.org/projects/tor/ticket/4098">ticket</a>)</li> - <li>Deduplicationg couple common log messages (<a href="https://trac.torproject.org/projects/tor/ticket/4096">ticket</a>)</li> + <li>Deduplicating couple common log messages (<a href="https://trac.torproject.org/projects/tor/ticket/4096">ticket</a>)</li> <li>Ctrl+L redraw wasn't always being triggered (<a href="https://trac.torproject.org/projects/tor/ticket/2830">ticket</a>)</li> <li>Dropped gtk/cagraph requirements</li> </ul> @@ -341,7 +341,7 @@
<li><span class="component">Torrc</span> <ul> - <li>Validation requires 'GETINFO config-text' from Tor verison 0.2.2.7 (<a href="https://trac.torproject.org/projects/tor/ticket/2501">ticket</a>)</li> + <li>Validation requires 'GETINFO config-text' from Tor version 0.2.2.7 (<a href="https://trac.torproject.org/projects/tor/ticket/2501">ticket</a>)</li> <li>Line numbers for torrc issues were off by one</li> <li>Allowed sorting by 'is default' attribute</li> </ul> @@ -375,8 +375,8 @@ <li>'--debug' argument for dumping debugging information</li> <li>Centralizing nyx resources in ~/.nyx</li> <li>Expanding relative authentication cookie paths</li> - <li>Startup forked rather than execed our process</li> - <li>Crash with invlid paths including spaces and dashes</li> + <li>Startup forked rather than exceed our process</li> + <li>Crash with invalid paths including spaces and dashes</li> <li>Crash when text input fields shown with python 2.5</li> </ul> </li> @@ -743,7 +743,7 @@ <li><span class="component">Manual</span> <ul> <li>Providing file descriptions in the README</li> - <li>Crash due to missing sockset and torctl imports</li> + <li>Crash due to missing socket and torctl imports</li> </ul> </li> </ul> diff --git a/web/index.html b/web/index.html index 2b6af4f..82c1b3d 100644 --- a/web/index.html +++ b/web/index.html @@ -67,7 +67,7 @@ <a id="events"></a> <a href="images/screenshots/front_page.png"><img src="images/features/events.png" alt="event log" /></a> <span class="feature-arrow">«</span><a href="#events" class="feature-title">Event Log</a> - <p>Tor logs a wealth of information about itself. We present it, colorized and deuplicated. Press 'e' to select what <b>events</b> are logged and 'f' to <b>filter</b> to just what you want.</p> + <p>Tor logs a wealth of information about itself. We present it, colorized and deduplicated. Press 'e' to select what <b>events</b> are logged and 'f' to <b>filter</b> to just what you want.</p> </div>
<div class="feature"> @@ -102,7 +102,7 @@ <a id="and_more"></a> <img src="images/features/menu.png" alt="menu" /> <span class="feature-arrow">«</span><a href="#and_more" class="feature-title">... and more!</a> - <p>That's just the tip of the iceburg. All pages within Nyx provide <b>help</b> information when you press 'h' and <b>menu</b> in response to 'm'. So go explore!</p> + <p>That's just the tip of the iceberg. All pages within Nyx provide <b>help</b> information when you press 'h' and <b>menu</b> in response to 'm'. So go explore!</p> </div> </div>
tor-commits@lists.torproject.org