[freeside-commits] freeside/install/rpm freeside-1.5.7.typo.patch, NONE, 1.1.2.1
Richard Siddall
rsiddall at wavetail.420.am
Wed Jun 27 19:37:14 PDT 2007
Update of /home/cvs/cvsroot/freeside/install/rpm
In directory wavetail:/tmp/cvs-serv11512
Added Files:
Tag: FREESIDE_1_5_BRANCH
freeside-1.5.7.typo.patch
Log Message:
Patch to fix a bunch of minor typos in Freeside 1.5.7
--- NEW FILE: freeside-1.5.7.typo.patch ---
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' => '<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',
},
@@ -1456,7 +1456,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) ],
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 @@
<a href="http://search.cpan.org/dist/Net-Artera">Net::Artera</a>
from CPAN. You probably also want to:
<UL>
- <LI>In the configuraiton UI section: set the <B>svc_external-skip_manual</B> and <B>svc_external-display_type</B> configuration values.
+ <LI>In the configuration UI section: set the <B>svc_external-skip_manual</B> and <B>svc_external-display_type</B> configuration values.
<LI>In the message catalog: set <B>svc_external-id</B> to <I>Artera Serial Number</I> and set <B>svc_external-title</B> to <I>Artera Key Code</I>.
</UL>
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!(<A HREF="javascript:areyousure('${url}delete_svc;svcnum=$cust_svc->{svcnum}', 'This will perminantly delete the $cust_svc->{label}[1] $cust_svc->{label}[0]. Are you sure?')">!.
+ $OUT .= qq!(<A HREF="javascript:areyousure('${url}delete_svc;svcnum=$cust_svc->{svcnum}', 'This will permanently delete the $cust_svc->{label}[1] $cust_svc->{label}[0]. Are you sure?')">!.
'delete</A>)';
}
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<signup_info> and B<new_customer> functions
with their active session, and the B<customer_info> and B<order_pkg> functions
-with their active session and an additonal I<custnum> parameter.
+with their active session and an additional I<custnum> 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! | <A HREF="javascript:areyousure('${p}misc/cust_main-cancel.cgi?$custnum', 'Perminantly delete all services and cancel this customer?')">!.
+print qq! | <A HREF="javascript:areyousure('${p}misc/cust_main-cancel.cgi?$custnum', 'Permanently delete all services and cancel this customer?')">!.
'Cancel this customer</A>'
if $cust_main->ncancelled_pkgs;
More information about the freeside-commits
mailing list