From: Mark Wells Date: Mon, 19 Dec 2016 01:04:26 +0000 (-0800) Subject: spelling fix X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f7c0ea27d0456385eb5580f325cd00355e3f275e spelling fix --- diff --git a/FS/FS/Cron/pay_batch.pm b/FS/FS/Cron/pay_batch.pm index cdda6810f..c9039b8d8 100644 --- a/FS/FS/Cron/pay_batch.pm +++ b/FS/FS/Cron/pay_batch.pm @@ -79,7 +79,7 @@ sub pay_batch_submit { # warn the error and continue. rolling back the transaction once # we've started sending batches is bad. warn "error submitting batch ".$pay_batch->batchnum." to gateway '". - $gateway->label."\n$@\n"; + $gateway->label."'\n$@\n"; } }