From: rsiddall Date: Thu, 28 Jun 2007 02:37:11 +0000 (+0000) Subject: Patch to fix a bunch of minor typos in Freeside 1.5.7 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9c3b64ee5469d9b42ac67b343505a3e146648580;p=freeside.git Patch to fix a bunch of minor typos in Freeside 1.5.7 --- diff --git a/install/rpm/freeside-1.5.7.typo.patch b/install/rpm/freeside-1.5.7.typo.patch new file mode 100644 index 000000000..e27c2e7b6 --- /dev/null +++ b/install/rpm/freeside-1.5.7.typo.patch @@ -0,0 +1,114 @@ +diff -Naur freeside-1.5.7.orig/FS/FS/ConfItem.pm freeside-1.5.7/FS/FS/ConfItem.pm +--- freeside-1.5.7.orig/FS/FS/ConfItem.pm 2001-10-24 11:29:30.000000000 -0400 ++++ freeside-1.5.7/FS/FS/ConfItem.pm 2005-09-16 23:26:43.000000000 -0400 +@@ -2,7 +2,7 @@ + + =head1 NAME + +-FS::ConfItem - Configutaion option meta-data. ++FS::ConfItem - Configuration option meta-data. + + =head1 SYNOPSIS + +diff -Naur freeside-1.5.7.orig/FS/FS/Conf.pm freeside-1.5.7/FS/FS/Conf.pm +--- freeside-1.5.7.orig/FS/FS/Conf.pm 2005-06-30 09:20:33.000000000 -0400 ++++ freeside-1.5.7/FS/FS/Conf.pm 2005-09-16 23:25:28.000000000 -0400 +@@ -512,7 +512,7 @@ + { + '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', + }, + +@@ -1456,7 +1456,7 @@ + { + '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 -Naur freeside-1.5.7.orig/FS/FS/cust_pkg.pm freeside-1.5.7/FS/FS/cust_pkg.pm +--- freeside-1.5.7.orig/FS/FS/cust_pkg.pm 2005-03-21 17:13:36.000000000 -0500 ++++ freeside-1.5.7/FS/FS/cust_pkg.pm 2005-09-16 23:26:28.000000000 -0400 +@@ -16,7 +16,7 @@ + + # 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; +@@ -306,7 +306,7 @@ + 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 -Naur freeside-1.5.7.orig/FS/FS/cust_svc.pm freeside-1.5.7/FS/FS/cust_svc.pm +--- freeside-1.5.7.orig/FS/FS/cust_svc.pm 2005-06-09 16:16:58.000000000 -0400 ++++ freeside-1.5.7/FS/FS/cust_svc.pm 2005-09-16 23:09:01.000000000 -0400 +@@ -200,7 +200,7 @@ + =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 -Naur freeside-1.5.7.orig/FS/FS/part_export/artera_turbo.pm freeside-1.5.7/FS/FS/part_export/artera_turbo.pm +--- freeside-1.5.7.orig/FS/FS/part_export/artera_turbo.pm 2005-01-06 15:20:24.000000000 -0500 ++++ freeside-1.5.7/FS/FS/part_export/artera_turbo.pm 2005-09-16 23:07:17.000000000 -0400 +@@ -43,7 +43,7 @@ + Net::Artera + from CPAN. You probably also want to: + + END +diff -Naur freeside-1.5.7.orig/fs_selfservice/FS-SelfService/cgi/provision_list.html freeside-1.5.7/fs_selfservice/FS-SelfService/cgi/provision_list.html +--- freeside-1.5.7.orig/fs_selfservice/FS-SelfService/cgi/provision_list.html 2004-10-17 10:01:47.000000000 -0400 ++++ freeside-1.5.7/fs_selfservice/FS-SelfService/cgi/provision_list.html 2005-09-16 22:54:13.000000000 -0400 +@@ -41,7 +41,7 @@ + #} + + unless ( $cust_svc->{'svcnum'} == $svcnum ) { +- $OUT .= qq!(!. ++ $OUT .= qq!(!. + 'delete)'; + + } +diff -Naur freeside-1.5.7.orig/fs_selfservice/FS-SelfService/SelfService.pm freeside-1.5.7/fs_selfservice/FS-SelfService/SelfService.pm +--- freeside-1.5.7.orig/fs_selfservice/FS-SelfService/SelfService.pm 2005-06-08 05:03:06.000000000 -0400 ++++ freeside-1.5.7/fs_selfservice/FS-SelfService/SelfService.pm 2005-09-16 23:07:00.000000000 -0400 +@@ -1066,7 +1066,7 @@ + + 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 -Naur freeside-1.5.7.orig/httemplate/view/cust_main.cgi freeside-1.5.7/httemplate/view/cust_main.cgi +--- freeside-1.5.7.orig/httemplate/view/cust_main.cgi 2004-12-29 07:00:07.000000000 -0500 ++++ freeside-1.5.7/httemplate/view/cust_main.cgi 2005-09-16 22:54:26.000000000 -0400 +@@ -44,7 +44,7 @@ + + <% + +-print qq! | !. ++print qq! | !. + 'Cancel this customer' + if $cust_main->ncancelled_pkgs; +