[tor-commits] [tor-messenger-build/master] Fix typo in start-tor-messenger

sukhbir at torproject.org sukhbir at torproject.org
Thu Mar 5 05:51:35 UTC 2015


commit 50dd32e6f32c59fdc54b81089eb4d640f3e0ca85
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Wed Mar 4 12:18:59 2015 +0530

    Fix typo in start-tor-messenger
---
 projects/tor-messenger/start-tor-messenger |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/tor-messenger/start-tor-messenger b/projects/tor-messenger/start-tor-messenger
index 7997832..51c1ee2 100755
--- a/projects/tor-messenger/start-tor-messenger
+++ b/projects/tor-messenger/start-tor-messenger
@@ -114,7 +114,7 @@ complain () {
 }
 
 if [ "`id -u`" -eq 0 ]; then
-	complain "The Tor Messenger should not be run as root.  Exiting."
+	complain "Tor Messenger should not be run as root.  Exiting."
 	exit 1
 fi
 





More information about the tor-commits mailing list