summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main.cgi
diff options
context:
space:
mode:
authorivan <ivan>2002-07-06 08:32:22 +0000
committerivan <ivan>2002-07-06 08:32:22 +0000
commit86bf1d97a86661716d2d0276b28985c24180153b (patch)
tree0b2e9588060d47ceb678aa969bc28088738ac27c /httemplate/view/cust_main.cgi
parent5d65d52a1b53172da6bcaf37cc375a3f4f3edfd9 (diff)
speling
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-xhttemplate/view/cust_main.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index f0d342633..421bd98a4 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -295,7 +295,7 @@ print qq!<INPUT TYPE="submit" VALUE="One-time charge"></FORM><BR>!;
print <<END;
<SCRIPT>
function cust_pkg_areyousure(href) {
- if (confirm("Permanantly delete included services and cancel this package?") == true)
+ if (confirm("Permanently delete included services and cancel this package?") == true)
window.location.href = href;
}
</SCRIPT>