[tor-commits] [gettor/master] correct a comment while i was reading the source

arma at torproject.org arma at torproject.org
Sun Sep 11 05:30:04 UTC 2011


commit 1353f9cabcdc1f556cc37c80a5420059749360d3
Author: Roger Dingledine <arma at torproject.org>
Date:   Sun Sep 11 01:29:47 2011 -0400

    correct a comment while i was reading the source
---
 lib/gettor/requests.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/gettor/requests.py b/lib/gettor/requests.py
index a67cdbe..0a2741e 100644
--- a/lib/gettor/requests.py
+++ b/lib/gettor/requests.py
@@ -124,9 +124,9 @@ class requestMail:
         """Check if we have a command from the GetTor admin in this email.
            Command lines always consists of the following syntax:
            'Command: <password> <command part 1> <command part 2>'
-           For the forwarding command, part 1 is the email address of the
-           recipient, part 2 is the package name of the package that needs
-           to be forwarded.
+           For the forwarding command, part 1 is the package name of
+           the package that needs to be forwarded, part 2 is the email
+           address of the recipient.
            The password is checked against the password found in the file
            configured as cmdPassFile in the GetTor configuration.
         """



More information about the tor-commits mailing list