[tor-commits] [tor-launcher/master] Fix typo

gk at torproject.org gk at torproject.org
Thu Sep 1 07:57:22 UTC 2016


commit 32ddac7015be571c336be686b4f901103d0d36f6
Author: Georg Koppen <gk at torproject.org>
Date:   Thu Sep 1 07:57:01 2016 +0000

    Fix typo
---
 src/modules/tl-util.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/tl-util.jsm b/src/modules/tl-util.jsm
index 992ef5b..528b752 100644
--- a/src/modules/tl-util.jsm
+++ b/src/modules/tl-util.jsm
@@ -389,7 +389,7 @@ let TorLauncherUtil =  // Public
 
   // Returns an nsIFile.
   // If aTorFileType is "control_socket", aCreate is ignored and there is
-  // no requirement that the socket exist.
+  // no requirement that the socket exists.
   // For all other file types, null is returned if the file does not exist
   // and it cannot be created (it will be created if aCreate is true).
   getTorFile: function(aTorFileType, aCreate)



More information about the tor-commits mailing list