summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-11-22 08:19:08 +0100
committerJonas Smedegaard <dr@jones.dk>2010-11-22 08:19:08 +0100
commitb9e3a5d677d7a62298b8a396b2406310a0441d79 (patch)
treec12831f1f929fdfb40f271b65c5c830e911c012e
parent55167a504907a2ed02e03c0bd90f17af57fcf6d2 (diff)
Adjust comment: Prefix is just prefix (not international).
-rwxr-xr-xlocalmarkdown2sms2
1 files changed, 1 insertions, 1 deletions
diff --git a/localmarkdown2sms b/localmarkdown2sms
index 5df5964..401ee88 100755
--- a/localmarkdown2sms
+++ b/localmarkdown2sms
@@ -72,7 +72,7 @@ my ($phone) = shift @ARGV;
my $inputstring = decode('UTF-8', join(' ', @ARGV));
my ($key) = lc(decode('UTF-8', shift @ARGV));
-# strip international prefix
+# strip prefix
# (prefix is optional some places and illegal at other places - forgot where)
if ($stripprefix) {
$phone =~ s/^\+//g;