diff options
author | rhatto <rhatto> | 2006-10-10 00:02:20 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2006-10-10 00:02:20 +0000 |
commit | 33b13bd017d4514ddc31c02ca95766f4acff78ce (patch) | |
tree | 87cee4f66e2321f3ffb7eda1984a3151643ee75a | |
parent | f02a517cf346139ed6dada9c8aef6f68c37ab12c (diff) | |
download | firma-33b13bd017d4514ddc31c02ca95766f4acff78ce.tar.gz firma-33b13bd017d4514ddc31c02ca95766f4acff78ce.tar.bz2 |
NewList small fix
-rwxr-xr-x | firma | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |