[freeside-commits] freeside/FS/FS Conf.pm, 1.147, 1.148 ConfItem.pm, 1.1, 1.2 cust_pkg.pm, 1.61, 1.62 cust_svc.pm, 1.61, 1.62

Richard Siddall rsiddall at wavetail.420.am
Thu Dec 29 18:41:24 PST 2005


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv7369/freeside/FS/FS

Modified Files:
	Conf.pm ConfItem.pm cust_pkg.pm cust_svc.pm 
Log Message:
Fixing a few typos.


Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- Conf.pm	15 Dec 2005 04:04:50 -0000	1.147
+++ Conf.pm	30 Dec 2005 02:41:22 -0000	1.148
@@ -512,7 +512,7 @@
   {
     'key'         => 'erpcdmachines',
     'section'     => 'deprecated',
-    'description' => '<b>DEPRECATED</b>, 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' => '<b>DEPRECATED</b>, 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 @@
   {
     'key'         => 'ticket_system',
     'section'     => '',
-    'description' => 'Ticketing system integraiton.  <b>RT_Internal</b> uses the built-in RT ticketing system (see the <a href="../docs/install-rt">integrated ticketing installation instructions</a>).   <b>RT_External</b> accesses an external RT installation in a separate database (local or remote).',
+    'description' => 'Ticketing system integration.  <b>RT_Internal</b> uses the built-in RT ticketing system (see the <a href="../docs/install-rt">integrated ticketing installation instructions</a>).   <b>RT_External</b> 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) ],

Index: cust_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pkg.pm,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- cust_pkg.pm	11 Nov 2005 14:06:34 -0000	1.61
+++ cust_pkg.pm	30 Dec 2005 02:41:22 -0000	1.62
@@ -17,7 +17,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;
@@ -359,7 +359,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 ) {

Index: cust_svc.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_svc.pm,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- cust_svc.pm	28 Nov 2005 16:38:54 -0000	1.61
+++ cust_svc.pm	30 Dec 2005 02:41:22 -0000	1.62
@@ -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

Index: ConfItem.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ConfItem.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ConfItem.pm	24 Oct 2001 15:29:30 -0000	1.1
+++ ConfItem.pm	30 Dec 2005 02:41:22 -0000	1.2
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-FS::ConfItem - Configutaion option meta-data.
+FS::ConfItem - Configuration option meta-data.
 
 =head1 SYNOPSIS
 



More information about the freeside-commits mailing list