From b9f9a5dc444a66ca138073a0e5229d85569e51b4 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 25 Mar 2006 02:23:26 +0000 Subject: successfully correct the spelling of sucessful --- httemplate/misc/process/cdr-import.html | 4 ++-- httemplate/misc/process/cust_main-import.cgi | 2 +- httemplate/misc/process/cust_main-import_charges.cgi | 2 +- httemplate/misc/process/inventory_item-import.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'httemplate/misc/process') 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 { %> - <%= include("/elements/header.html",'Import sucessful') %> + <%= include("/elements/header.html",'Import successful') %> - <%= 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 { %> - <%= 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 { %> - <%= 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 { %> - <%= include("/elements/header.html",'Import sucessful') %> + <%= include("/elements/header.html",'Import successful') %> - <%= include("/elements/footer.html",'Import sucessful') %> <% + <%= include("/elements/footer.html",'Import successful') %> <% } %> -- cgit v1.2.1