[tor-commits] [gettor/master] Minor typo

ilv at torproject.org ilv at torproject.org
Tue Sep 22 23:39:14 UTC 2015


commit b909ca8e28f2954aa137c91e6f6bde6e4a1d4cc9
Author: ilv <ilv at users.noreply.github.com>
Date:   Wed Mar 25 22:00:18 2015 -0300

    Minor typo
---
 upload/fetch_latest_torbrowser.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upload/fetch_latest_torbrowser.py b/upload/fetch_latest_torbrowser.py
index 4bdb709..3fe1f9a 100644
--- a/upload/fetch_latest_torbrowser.py
+++ b/upload/fetch_latest_torbrowser.py
@@ -123,7 +123,7 @@ def main():
         # latest version of Tor Browser has been syncronized
         # let's upload it
         for provider in UPLOAD_SCRIPTS:
-            os.sytem('python2.7 %s' % UPLOAD_SCRIPTS[provider])
+            os.system('python2.7 %s' % UPLOAD_SCRIPTS[provider])
 
         # if everything is OK, update the current version delivered by GetTor
         config.set('version', 'current', latest_version)





More information about the tor-commits mailing list