commit 38af67c1dbe9e06d0375811b0df1afaa0bffd4a7 Author: Damian Johnson atagar@torproject.org Date: Sat Oct 15 13:43:43 2011 -0700
fix: grammatical error with torrc mismatch message
Caught by Sebastian: https://trac.torproject.org/projects/tor/ticket/4237 --- src/util/torConfig.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/util/torConfig.py b/src/util/torConfig.py index 1d54196..51bb656 100644 --- a/src/util/torConfig.py +++ b/src/util/torConfig.py @@ -832,7 +832,7 @@ class Torrc(): log.log(CONFIG["log.torrc.validation.unnecessaryTorrcEntries"], msg)
if mismatchLines or missingOptions: - msg = "The torrc differ from what tor's using. You can issue a sighup to reload the torrc values by pressing x." + msg = "The torrc differs from what tor's using. You can issue a sighup to reload the torrc values by pressing x."
if mismatchLines: if len(mismatchLines) > 1:
tor-commits@lists.torproject.org