From a223750d9f7a4548319007807c3564ff3a8ebe40 Mon Sep 17 00:00:00 2001 From: rsiddall Date: Fri, 30 Dec 2005 02:41:22 +0000 Subject: [PATCH] Fixing a few typos. --- FS/FS/Conf.pm | 4 ++-- FS/FS/ConfItem.pm | 2 +- FS/FS/cust_pkg.pm | 4 ++-- FS/FS/cust_svc.pm | 2 +- FS/FS/part_export/artera_turbo.pm | 2 +- fs_selfservice/FS-SelfService/SelfService.pm | 2 +- fs_selfservice/FS-SelfService/cgi/provision_list.html | 2 +- httemplate/view/cust_main.cgi | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 526ac3cf3..88dbdf082 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -512,7 +512,7 @@ httemplate/docs/config.html { 'key' => 'erpcdmachines', 'section' => 'deprecated', - 'description' => 'DEPRECATED, ERPCD is no longer supported. Used to be ERPCD authenticaion machines, one per line. This enables export of `/usr/annex/acp_passwd\' and `/usr/annex/acp_dialup\'', + 'description' => 'DEPRECATED, ERPCD is no longer supported. Used to be ERPCD authentication machines, one per line. This enables export of `/usr/annex/acp_passwd\' and `/usr/annex/acp_dialup\'', 'type' => 'textarea', }, @@ -1478,7 +1478,7 @@ httemplate/docs/config.html { 'key' => 'ticket_system', 'section' => '', - 'description' => 'Ticketing system integraiton. RT_Internal uses the built-in RT ticketing system (see the integrated ticketing installation instructions). RT_External accesses an external RT installation in a separate database (local or remote).', + 'description' => 'Ticketing system integration. RT_Internal uses the built-in RT ticketing system (see the integrated ticketing installation instructions). RT_External accesses an external RT installation in a separate database (local or remote).', 'type' => 'select', #'select_enum' => [ '', qw(RT_Internal RT_Libs RT_External) ], 'select_enum' => [ '', qw(RT_Internal RT_External) ], diff --git a/FS/FS/ConfItem.pm b/FS/FS/ConfItem.pm index 83295b4fa..a0e997ac7 100644 --- a/FS/FS/ConfItem.pm +++ b/FS/FS/ConfItem.pm @@ -2,7 +2,7 @@ package FS::ConfItem; =head1 NAME -FS::ConfItem - Configutaion option meta-data. +FS::ConfItem - Configuration option meta-data. =head1 SYNOPSIS diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index cb4f94418..783cc73a3 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -17,7 +17,7 @@ use FS::reg_code; # need to 'use' these instead of 'require' in sub { cancel, suspend, unsuspend, # setup } -# because they load configuraion by setting FS::UID::callback (see TODO) +# because they load configuration by setting FS::UID::callback (see TODO) use FS::svc_acct; use FS::svc_domain; use FS::svc_www; @@ -359,7 +359,7 @@ sub check { qsearchs( 'reg_code', { 'code' => $self->reg_code, 'agentnum' => $self->cust_main->agentnum }) ) { - return "Unknown registraiton code"; + return "Unknown registration code"; } } elsif ( $self->promo_code ) { diff --git a/FS/FS/cust_svc.pm b/FS/FS/cust_svc.pm index 4c5fac074..ad87cab7e 100644 --- a/FS/FS/cust_svc.pm +++ b/FS/FS/cust_svc.pm @@ -200,7 +200,7 @@ sub replace { =item check Checks all fields to make sure this is a valid service. If there is an error, -returns the error, otehrwise returns false. Called by the insert and +returns the error, otherwise returns false. Called by the insert and replace methods. =cut diff --git a/FS/FS/part_export/artera_turbo.pm b/FS/FS/part_export/artera_turbo.pm index bbc6be945..c006db9cd 100644 --- a/FS/FS/part_export/artera_turbo.pm +++ b/FS/FS/part_export/artera_turbo.pm @@ -43,7 +43,7 @@ Reseller API. Requires installation of Net::Artera from CPAN. You probably also want to: END diff --git a/fs_selfservice/FS-SelfService/SelfService.pm b/fs_selfservice/FS-SelfService/SelfService.pm index ad909332c..bfce1287b 100644 --- a/fs_selfservice/FS-SelfService/SelfService.pm +++ b/fs_selfservice/FS-SelfService/SelfService.pm @@ -1070,7 +1070,7 @@ END Note: Resellers can also use the B and B functions with their active session, and the B and B functions -with their active session and an additonal I parameter. +with their active session and an additional I parameter. =over 4 diff --git a/fs_selfservice/FS-SelfService/cgi/provision_list.html b/fs_selfservice/FS-SelfService/cgi/provision_list.html index 0c8e05078..0f68dfe3c 100644 --- a/fs_selfservice/FS-SelfService/cgi/provision_list.html +++ b/fs_selfservice/FS-SelfService/cgi/provision_list.html @@ -41,7 +41,7 @@ function areyousure(href, message) { #} unless ( $cust_svc->{'svcnum'} == $svcnum ) { - $OUT .= qq!(!. + $OUT .= qq!(!. 'delete)'; } diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 31fd1f811..59c1a4b73 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -55,7 +55,7 @@ if ( $cust_main->payby =~ /^(CARD|DCRD|CHEK|DCHK)$/ ) { } %> -var confirm_cancel = '

Perminantly delete all services and cancel this customer? <%= $ban%>

        

'; +var confirm_cancel = '

Permanently delete all services and cancel this customer? <%= $ban%>

        

'; -- 2.11.0