summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2009-11-03 01:48:04 +0000
committerivan <ivan>2009-11-03 01:48:04 +0000
commitdae56fee4a158dc5becbcfb6bbb522c052bf4b13 (patch)
treeb5e7e9fb322c4abb854f4ac496e85996a81c35d4 /bin
parent0a223fd9019513a64959797691b082ca1dd831e0 (diff)
spelling
Diffstat (limited to 'bin')
-rwxr-xr-xbin/paymentech-download2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/paymentech-download b/bin/paymentech-download
index 23e3a0e..48dfe9b 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;
}