[tor-commits] [gettor/master] Include feedback from review

hiro at torproject.org hiro at torproject.org
Wed Dec 11 16:26:00 UTC 2019


commit ff078106501deb780d7e572f185a86f3dbfae3d5
Author: hiro <hiro at torproject.org>
Date:   Wed Dec 11 16:11:20 2019 +0100

    Include feedback from review
---
 gettor/services/email/sendmail.py | 12 ++++++------
 scripts/gettor                    |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gettor/services/email/sendmail.py b/gettor/services/email/sendmail.py
index 4644cb5..53d90f6 100644
--- a/gettor/services/email/sendmail.py
+++ b/gettor/services/email/sendmail.py
@@ -202,12 +202,12 @@ class Sendmail(object):
                             link_msg = link_str
 
                     body_msg = strings._("links_body_platform").format(platform)
-                    body_msg += trings._("links_body_links").format(link_msg)
-                    body_msg += trings._("links_body_archive")
-                    body_msg += trings._("links_body_internet_archive")
-                    body_msg += trings._("links_body_google_drive")
-                    body_msg += trings._("links_body_internet_archive").format(file)
-                    body_msg += trings._("links_body_ending")
+                    body_msg += strings._("links_body_links").format(link_msg)
+                    body_msg += strings._("links_body_archive")
+                    body_msg += strings._("links_body_internet_archive")
+                    body_msg += strings._("links_body_google_drive")
+                    body_msg += strings._("links_body_internet_archive").format(file)
+                    body_msg += strings._("links_body_ending")
 
                     subject_msg = strings._("links_subject")
 
diff --git a/scripts/gettor b/scripts/gettor
index 49c89e6..aa22312 100644
--- a/scripts/gettor
+++ b/scripts/gettor
@@ -10,7 +10,7 @@ the Tor Browser.
             (c) 2014, all entities within the AUTHORS file
 :license: see included LICENSE for information
 
-This file starts GetTor as a twistd app. This is the fila that is called by
+This file starts GetTor as a twistd app. This is the file that is called by
 gettor_service.
 
 """



More information about the tor-commits mailing list