successfully correct the spelling of sucessful
authorivan <ivan>
Sat, 25 Mar 2006 02:23:26 +0000 (02:23 +0000)
committerivan <ivan>
Sat, 25 Mar 2006 02:23:26 +0000 (02:23 +0000)
14 files changed:
FS/FS/cust_main.pm
FS/FS/queue_depend.pm
FS/FS/svc_acct.pm
FS/bin/freeside-setup
fs_selfservice/FS-SelfService/cgi/agent.cgi
fs_selfservice/FS-SelfService/cgi/payment_results.html
fs_selfservice/FS-SelfService/cgi/process_svc_acct.html
fs_selfservice/FS-SelfService/cgi/process_svc_external.html
fs_selfservice/FS-SelfService/cgi/recharge_results.html
httemplate/misc/process/cdr-import.html
httemplate/misc/process/cust_main-import.cgi
httemplate/misc/process/cust_main-import_charges.cgi
httemplate/misc/process/inventory_item-import.html
httemplate/misc/upload-batch.cgi

index 99d27dd..62e6a5c 100644 (file)
@@ -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.
 
index bc910d8..99a22c5 100644 (file)
@@ -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
 
index a2b7a11..2872a5f 100644 (file)
@@ -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
 
index bff2bcc..9f87f10 100755 (executable)
@@ -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 ) = @_;
index 695d20e..b51938d 100644 (file)
@@ -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.',
     };
   }
 
index de6c54d..9fe400f 100644 (file)
@@ -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>
index 200a80d..3b81291 100644 (file)
@@ -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>
index 2328fa1..19fec73 100644 (file)
@@ -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) %>
 
index ec3ea2c..b1eb7cb 100644 (file)
@@ -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;
index 381b078..653dd47 100644 (file)
@@ -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') %> <%
   }
 %>
index 2348ef6..371929a 100644 (file)
@@ -25,6 +25,6 @@
   } else {
     %>
     <!-- mason kludge -->
-    <%= include("/elements/header.html",'Import sucessful') %> <%
+    <%= include("/elements/header.html",'Import successful') %> <%
   }
 %>
index c14228c..404dfde 100644 (file)
@@ -21,6 +21,6 @@
   } else {
     %>
     <!-- mason kludge -->
-    <%= include("/elements/header.html",'Import sucessful') %> <%
+    <%= include("/elements/header.html",'Import successful') %> <%
   }
 %>
index 8a58203..e98a6ed 100644 (file)
@@ -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') %> <%
   }
 %>
 
index 24d7cf1..746b81b 100644 (file)
@@ -24,7 +24,7 @@
   } else {
     %>
     <!-- mason kludge -->
-    <%= include("/elements/header.html",'Batch results upload sucessful') %> <%
+    <%= include("/elements/header.html",'Batch results upload successful') %> <%
   }
 %>