summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;