From: ivan Date: Tue, 3 Nov 2009 01:48:05 +0000 (+0000) Subject: spelling X-Git-Tag: freeside_1_9_2~252 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c07021534a52514a7908a4613332c9a4dac2f6e9;p=freeside.git spelling --- 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; }