summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-03-03 10:18:14 -0800
committerIvan Kohler <ivan@freeside.biz>2017-03-03 10:18:14 -0800
commit5e4c25e208146477593465199b2487cc6229eebb (patch)
tree92cf68a242437b200f156ea94ff59023f8835547 /FS/FS/ClientAPI
parent2d54d68284f0342200b75f8f353c8623568535f5 (diff)
successful spelling, RT#74993
Diffstat (limited to 'FS/FS/ClientAPI')
-rw-r--r--FS/FS/ClientAPI/MyAccount.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm
index bb629a9..5907fd1 100644
--- a/FS/FS/ClientAPI/MyAccount.pm
+++ b/FS/FS/ClientAPI/MyAccount.pm
@@ -1187,7 +1187,7 @@ sub do_process_payment {
#and generate an invoice for it now too
$error = $cust_main->bill( 'pkg_list' => [ $cust_pkg ] );
- return { 'error' => "payment processed and fee ordered sucessfully, but error billing fee: $error" }
+ return { 'error' => "payment processed and fee ordered successfully, but error billing fee: $error" }
if $error;
}