summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/cust_main.pm10
-rw-r--r--FS/FS/queue_depend.pm2
-rw-r--r--FS/FS/svc_acct.pm4
-rwxr-xr-xFS/bin/freeside-setup2
-rw-r--r--fs_selfservice/FS-SelfService/cgi/agent.cgi8
-rw-r--r--fs_selfservice/FS-SelfService/cgi/payment_results.html2
-rw-r--r--fs_selfservice/FS-SelfService/cgi/process_svc_acct.html2
-rw-r--r--fs_selfservice/FS-SelfService/cgi/process_svc_external.html2
-rw-r--r--fs_selfservice/FS-SelfService/cgi/recharge_results.html2
-rw-r--r--httemplate/misc/process/cdr-import.html4
-rw-r--r--httemplate/misc/process/cust_main-import.cgi2
-rw-r--r--httemplate/misc/process/cust_main-import_charges.cgi2
-rw-r--r--httemplate/misc/process/inventory_item-import.html4
-rw-r--r--httemplate/misc/upload-batch.cgi2
14 files changed, 24 insertions, 24 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 99d27dd5e..62e6a5c44 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -336,7 +336,7 @@ Currently available options are: I<depend_jobnum> and I<noexport>.
If I<depend_jobnum> is set, all provisioning jobs will have a dependancy
on the supplied jobnum (they will not run until the specific job completes).
This can be used to defer provisioning until some action completes (such
-as running the customer's credit card sucessfully).
+as running the customer's credit card successfully).
The I<noexport> option is deprecated. If I<noexport> is set true, no
provisioning jobs (exports) are scheduled. (You can schedule them later with
@@ -480,7 +480,7 @@ Currently available options are: I<depend_jobnum> and I<noexport>.
If I<depend_jobnum> is set, all provisioning jobs will have a dependancy
on the supplied jobnum (they will not run until the specific job completes).
This can be used to defer provisioning until some action completes (such
-as running the customer's credit card sucessfully).
+as running the customer's credit card successfully).
The I<noexport> option is deprecated. If I<noexport> is set true, no
provisioning jobs (exports) are scheduled. (You can schedule them later with
@@ -2234,7 +2234,7 @@ if set, will override the value from the customer record.
I<description> is a free-text field passed to the gateway. It defaults to
"Internet services".
-If an I<invnum> is specified, this payment (if sucessful) is applied to the
+If an I<invnum> is specified, this payment (if successful) is applied to the
specified invoice. If you don't specify an I<invnum> you might want to
call the B<apply_payments> method.
@@ -2488,7 +2488,7 @@ sub realtime_bop {
$capture->submit();
unless ( $capture->is_success ) {
- my $e = "Authorization sucessful but capture failed, custnum #".
+ my $e = "Authorization successful but capture failed, custnum #".
$self->custnum. ': '. $capture->result_code.
": ". $capture->error_message;
warn $e;
@@ -2668,7 +2668,7 @@ gateway is attempted.
#I<zip>, I<payinfo> and I<paydate> are also available. Any of these options,
#if set, will override the value from the customer record.
-#If an I<invnum> is specified, this payment (if sucessful) is applied to the
+#If an I<invnum> is specified, this payment (if successful) is applied to the
#specified invoice. If you don't specify an I<invnum> you might want to
#call the B<apply_payments> method.
diff --git a/FS/FS/queue_depend.pm b/FS/FS/queue_depend.pm
index bc910d8e9..99a22c5c6 100644
--- a/FS/FS/queue_depend.pm
+++ b/FS/FS/queue_depend.pm
@@ -43,7 +43,7 @@ inherits from FS::Record. The following fields are currently supported:
The job specified by B<jobnum> depends on the job specified B<depend_jobnum> -
the B<jobnum> job will not be run until the B<depend_jobnum> job has completed
-sucessfully (or manually removed).
+successfully (or manually removed).
=head1 METHODS
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index a2b7a11c7..2872a5f74 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -1267,7 +1267,7 @@ sub _op_seconds {
}
}
- warn "$me update sucessful; committing\n"
+ warn "$me update successful; committing\n"
if $DEBUG;
$dbh->commit or die $dbh->errstr if $oldAutoCommit;
'';
@@ -1455,7 +1455,7 @@ sub clone_kludge_unsuspend {
=item check_password
Checks the supplied password against the (possibly encrypted) password in the
-database. Returns true for a sucessful authentication, false for no match.
+database. Returns true for a successful authentication, false for no match.
Currently supported encryptions are: classic DES crypt() and MD5
diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup
index bff2bcc63..9f87f10b7 100755
--- a/FS/bin/freeside-setup
+++ b/FS/bin/freeside-setup
@@ -109,7 +109,7 @@ warn "Freeside database initialized - commiting transaction\n" if $opt_v;
$dbh->commit or die $dbh->errstr;
$dbh->disconnect or die $dbh->errstr;
-warn "Database initialization committed sucessfully\n" if $opt_v;
+warn "Database initialization committed successfully\n" if $opt_v;
sub dbdef_create { # reverse engineer the schema from the DB and save to file
my( $dbh, $file ) = @_;
diff --git a/fs_selfservice/FS-SelfService/cgi/agent.cgi b/fs_selfservice/FS-SelfService/cgi/agent.cgi
index 695d20e4c..b51938d5c 100644
--- a/fs_selfservice/FS-SelfService/cgi/agent.cgi
+++ b/fs_selfservice/FS-SelfService/cgi/agent.cgi
@@ -193,7 +193,7 @@ sub process_signup {
} else {
$action = 'agent_main';
my $agent_info = agent_info( 'session_id' => $session_id );
- $agent_info->{'message'} = 'Signup sucessful';
+ $agent_info->{'message'} = 'Signup successful';
$agent_info;
}
@@ -324,7 +324,7 @@ sub process_svc_acct {
$action = 'agent_provision';
return {
%{agent_provision()},
- 'message' => $result->{'svc'}. ' setup sucessfully.',
+ 'message' => $result->{'svc'}. ' setup successfully.',
};
}
@@ -343,7 +343,7 @@ sub process_svc_external {
%{agent_provision()},
'message' => $result->{'error'}
? '<FONT COLOR="#FF0000">'. $result->{'error'}. '</FONT>'
- : $result->{'svc'}. ' setup sucessfully'.
+ : $result->{'svc'}. ' setup successfully'.
': serial number '.
sprintf('%010d', $result->{'id'}). '-'. $result->{'title'}
};
@@ -403,7 +403,7 @@ sub process_order_pkg {
#$cgi->delete( grep { $_ ne 'custnum' } $cgi->param );
return {
%{view_customer()},
- 'message' => 'Package order sucessful.',
+ 'message' => 'Package order successful.',
};
}
diff --git a/fs_selfservice/FS-SelfService/cgi/payment_results.html b/fs_selfservice/FS-SelfService/cgi/payment_results.html
index de6c54dae..9fe400faf 100644
--- a/fs_selfservice/FS-SelfService/cgi/payment_results.html
+++ b/fs_selfservice/FS-SelfService/cgi/payment_results.html
@@ -7,7 +7,7 @@
<%= if ( $error ) {
$OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error processing your payment: $error</FONT>!;
} else {
- $OUT .= 'Your payment was processed sucessfully. Thank you.';
+ $OUT .= 'Your payment was processed successfully. Thank you.';
} %>
</TD></TR></TABLE>
<HR>
diff --git a/fs_selfservice/FS-SelfService/cgi/process_svc_acct.html b/fs_selfservice/FS-SelfService/cgi/process_svc_acct.html
index 200a80dc9..3b812919a 100644
--- a/fs_selfservice/FS-SelfService/cgi/process_svc_acct.html
+++ b/fs_selfservice/FS-SelfService/cgi/process_svc_acct.html
@@ -4,7 +4,7 @@
<%= include('myaccount_menu') %>
<TD VALIGN="top">
-<FONT SIZE=4><%= $svc %> setup sucessfully.</FONT>
+<FONT SIZE=4><%= $svc %> setup successfully.</FONT>
</TD></TR></TABLE>
<HR>
diff --git a/fs_selfservice/FS-SelfService/cgi/process_svc_external.html b/fs_selfservice/FS-SelfService/cgi/process_svc_external.html
index 2328fa10f..19fec737f 100644
--- a/fs_selfservice/FS-SelfService/cgi/process_svc_external.html
+++ b/fs_selfservice/FS-SelfService/cgi/process_svc_external.html
@@ -4,7 +4,7 @@
<%= include('myaccount_menu') %>
<TD VALIGN="top">
-<FONT SIZE=4><%= $svc %> setup sucessfully.</FONT>
+<FONT SIZE=4><%= $svc %> setup successfully.</FONT>
<BR><BR>Your serial number is <%= sprintf("%010d-$title", $id) %>
diff --git a/fs_selfservice/FS-SelfService/cgi/recharge_results.html b/fs_selfservice/FS-SelfService/cgi/recharge_results.html
index ec3ea2c7a..b1eb7cb7a 100644
--- a/fs_selfservice/FS-SelfService/cgi/recharge_results.html
+++ b/fs_selfservice/FS-SelfService/cgi/recharge_results.html
@@ -7,7 +7,7 @@
<%= if ( $error ) {
$OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error processing your prepaid card: $error</FONT>!;
} else {
- $OUT .= 'Prepaid card recharge sucessful!<BR><BR>';
+ $OUT .= 'Prepaid card recharge successful!<BR><BR>';
$OUT .= '$'. sprintf('%.2f', $amount). ' added to your account.<BR><BR>'
if $amount;
diff --git a/httemplate/misc/process/cdr-import.html b/httemplate/misc/process/cdr-import.html
index 381b07820..653dd479e 100644
--- a/httemplate/misc/process/cdr-import.html
+++ b/httemplate/misc/process/cdr-import.html
@@ -19,8 +19,8 @@
} else {
%>
<!-- mason kludge -->
- <%= include("/elements/header.html",'Import sucessful') %>
+ <%= include("/elements/header.html",'Import successful') %>
<!-- XXX redirect to batch search like the payment entry... -->
- <%= include("/elements/footer.html",'Import sucessful') %> <%
+ <%= include("/elements/footer.html",'Import successful') %> <%
}
%>
diff --git a/httemplate/misc/process/cust_main-import.cgi b/httemplate/misc/process/cust_main-import.cgi
index 2348ef680..371929a5e 100644
--- a/httemplate/misc/process/cust_main-import.cgi
+++ b/httemplate/misc/process/cust_main-import.cgi
@@ -25,6 +25,6 @@
} else {
%>
<!-- mason kludge -->
- <%= include("/elements/header.html",'Import sucessful') %> <%
+ <%= include("/elements/header.html",'Import successful') %> <%
}
%>
diff --git a/httemplate/misc/process/cust_main-import_charges.cgi b/httemplate/misc/process/cust_main-import_charges.cgi
index c14228cf4..404dfde2e 100644
--- a/httemplate/misc/process/cust_main-import_charges.cgi
+++ b/httemplate/misc/process/cust_main-import_charges.cgi
@@ -21,6 +21,6 @@
} else {
%>
<!-- mason kludge -->
- <%= include("/elements/header.html",'Import sucessful') %> <%
+ <%= include("/elements/header.html",'Import successful') %> <%
}
%>
diff --git a/httemplate/misc/process/inventory_item-import.html b/httemplate/misc/process/inventory_item-import.html
index 8a58203c2..e98a6ed2a 100644
--- a/httemplate/misc/process/inventory_item-import.html
+++ b/httemplate/misc/process/inventory_item-import.html
@@ -19,9 +19,9 @@
} else {
%>
<!-- mason kludge -->
- <%= include("/elements/header.html",'Import sucessful') %>
+ <%= include("/elements/header.html",'Import successful') %>
<!-- XXX redirect to batch search like the payment entry... -->
- <%= include("/elements/footer.html",'Import sucessful') %> <%
+ <%= include("/elements/footer.html",'Import successful') %> <%
}
%>
diff --git a/httemplate/misc/upload-batch.cgi b/httemplate/misc/upload-batch.cgi
index 24d7cf15c..746b81b17 100644
--- a/httemplate/misc/upload-batch.cgi
+++ b/httemplate/misc/upload-batch.cgi
@@ -24,7 +24,7 @@
} else {
%>
<!-- mason kludge -->
- <%= include("/elements/header.html",'Batch results upload sucessful') %> <%
+ <%= include("/elements/header.html",'Batch results upload successful') %> <%
}
%>