diff options
author | ivan <ivan> | 2006-03-25 02:23:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-03-25 02:23:26 +0000 |
commit | b9f9a5dc444a66ca138073a0e5229d85569e51b4 (patch) | |
tree | 3710c2f19dff7977f6cf2fd8690645bf0adcd4dc /httemplate/misc/process | |
parent | c39fc534e347971479110595c6a4bb36b40e1198 (diff) |
successfully correct the spelling of sucessful
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r-- | httemplate/misc/process/cdr-import.html | 4 | ||||
-rw-r--r-- | httemplate/misc/process/cust_main-import.cgi | 2 | ||||
-rw-r--r-- | httemplate/misc/process/cust_main-import_charges.cgi | 2 | ||||
-rw-r--r-- | httemplate/misc/process/inventory_item-import.html | 4 |
4 files changed, 6 insertions, 6 deletions
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') %> <% } %> |