[tor-commits] [torbrowser/maint-2.2] [Mac Linux] Fix minor comment issues in RelativeLink
erinn at torproject.org
erinn at torproject.org
Thu Sep 29 15:14:43 UTC 2011
commit 98c3b358c6d6915e7ee1cacfe5c3ba1034584ddc
Author: Robert Ransom <rransom.8774 at gmail.com>
Date: Sun Sep 25 06:27:53 2011 -0700
[Mac Linux] Fix minor comment issues in RelativeLink
---
src/RelativeLink/RelativeLink.sh | 2 +-
src/RelativeLink/RelativeLinkOSX.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/RelativeLink/RelativeLink.sh b/src/RelativeLink/RelativeLink.sh
index 3e4159c..14f6423 100755
--- a/src/RelativeLink/RelativeLink.sh
+++ b/src/RelativeLink/RelativeLink.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#
# GNU/Linux does not really require something like RelativeLink.c
-# However, we do want to have the same look and feel with similiar features.
+# However, we do want to have the same look and feel with similar features.
#
# To run in debug mode simply pass --debug
#
diff --git a/src/RelativeLink/RelativeLinkOSX.sh b/src/RelativeLink/RelativeLinkOSX.sh
index cac07a1..94f4ed0 100755
--- a/src/RelativeLink/RelativeLinkOSX.sh
+++ b/src/RelativeLink/RelativeLinkOSX.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#
-# GNU/Linux does not really require something like RelativeLink.c
-# However, we do want to have the same look and feel with similiar features.
+# Mac OS does not really require something like RelativeLink.c
+# However, we do want to have the same look and feel with similar features.
# In the future, we may want this to be a C binary with a custom icon but at the moment
# it's quite simple to just use a shell script
#
More information about the tor-commits
mailing list