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/cust_main-import.cgi | |
parent | c39fc534e347971479110595c6a4bb36b40e1198 (diff) |
successfully correct the spelling of sucessful
Diffstat (limited to 'httemplate/misc/process/cust_main-import.cgi')
-rw-r--r-- | httemplate/misc/process/cust_main-import.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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') %> <% } %> |