speling
authorivan <ivan>
Sat, 6 Jul 2002 08:32:22 +0000 (08:32 +0000)
committerivan <ivan>
Sat, 6 Jul 2002 08:32:22 +0000 (08:32 +0000)
httemplate/view/cust_main.cgi
httemplate/view/cust_pkg.cgi

index f0d3426..421bd98 100755 (executable)
@@ -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>
index 75fe983..09a2a7a 100755 (executable)
@@ -38,7 +38,7 @@ my $otaker = $cust_pkg->getfield('otaker');
 print <<END;
 <SCRIPT>
 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;
 }
 </SCRIPT>