summaryrefslogtreecommitdiff
path: root/bin/paymentech-download
diff options
context:
space:
mode:
Diffstat (limited to 'bin/paymentech-download')
-rwxr-xr-xbin/paymentech-download2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/paymentech-download b/bin/paymentech-download
index 23e3a0ef7..48dfe9b4b 100755
--- a/bin/paymentech-download
+++ b/bin/paymentech-download
@@ -29,7 +29,7 @@ adminsuidsetup $user;
if ( $opt_a ) {
die "no such directory: $opt_a\n"
unless -d $opt_a;
- die "archive directory $opt_a is not writeable by the freeside user\n"
+ die "archive directory $opt_a is not writable by the freeside user\n"
unless -w $opt_a;
}