summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorrsiddall <rsiddall>2005-12-30 02:41:22 +0000
committerrsiddall <rsiddall>2005-12-30 02:41:22 +0000
commita223750d9f7a4548319007807c3564ff3a8ebe40 (patch)
tree944276196a422be875ee2fb5addf89e21d75a34e /FS
parent1d9161282323473721a79ba8e03bf7590eefa6a5 (diff)
Fixing a few typos.
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm4
-rw-r--r--FS/FS/ConfItem.pm2
-rw-r--r--FS/FS/cust_pkg.pm4
-rw-r--r--FS/FS/cust_svc.pm2
-rw-r--r--FS/FS/part_export/artera_turbo.pm2
5 files changed, 7 insertions, 7 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' => '<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 @@ httemplate/docs/config.html
{
'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 --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
<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