aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-10 00:02:20 +0000
committerrhatto <rhatto>2006-10-10 00:02:20 +0000
commit33b13bd017d4514ddc31c02ca95766f4acff78ce (patch)
tree87cee4f66e2321f3ffb7eda1984a3151643ee75a /firma
parentf02a517cf346139ed6dada9c8aef6f68c37ab12c (diff)
downloadfirma-33b13bd017d4514ddc31c02ca95766f4acff78ce.tar.gz
firma-33b13bd017d4514ddc31c02ca95766f4acff78ce.tar.bz2
NewList small fix
Diffstat (limited to 'firma')
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
diff --git a/firma b/firma
index 66bd415..a5ebae9 100755
--- a/firma
+++ b/firma
@@ -897,7 +897,7 @@ function NewList {
elif CheckValidEmail $LIST_ADDRESS; then
break
else
- echo " Invalid email address: $LIST_ADRESS."
+ echo " Invalid email address: $LIST_ADDRESS."
fi
done