From: ivan Date: Sat, 6 Jul 2002 08:32:22 +0000 (+0000) Subject: speling X-Git-Tag: freeside_1_4_0_beta2~5 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=86bf1d97a86661716d2d0276b28985c24180153b;p=freeside.git speling --- 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!
!; print < 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; } diff --git a/httemplate/view/cust_pkg.cgi b/httemplate/view/cust_pkg.cgi index 75fe983b4..09a2a7a8b 100755 --- a/httemplate/view/cust_pkg.cgi +++ b/httemplate/view/cust_pkg.cgi @@ -38,7 +38,7 @@ my $otaker = $cust_pkg->getfield('otaker'); print < function 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; }