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: