summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-05-16 22:46:57 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-05-16 22:46:57 +0000
commit93b09732f81d5846dc31748b31260ef587d7a8d5 (patch)
tree90d3da9ff574ea91b52da9c4e8c536268b6bfa1f
parent063c2dd2b03c4c02981751608a49d564ed640b7c (diff)
Fix typos in xpp documentation
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6630 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--xpp/genconf_parameters28
-rw-r--r--xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm8
-rw-r--r--xpp/perl_modules/Dahdi/Xpp/Mpp.pm2
3 files changed, 19 insertions, 19 deletions
diff --git a/xpp/genconf_parameters b/xpp/genconf_parameters
index 2dcd69b..1ffc22f 100644
--- a/xpp/genconf_parameters
+++ b/xpp/genconf_parameters
@@ -2,18 +2,18 @@
# /etc/dahdi/genconf_parameters
#
# This file contains parameters that affect the
-# dahdi_genconf configurator generator.
+# dahdi_genconf configuration generator.
#
# Syntax:
# * A comment from '#' to end of line
# * Blank lines ignored
# * Whitespace at end of line trimmed
# * Single valued items:
-# key <whitespaces...> value
+# key <whitespace...> value
# * List valued items:
# key
-# <whitespaces...>value1
-# <whitespaces...>value2
+# <whitespace...>value1
+# <whitespace...>value2
# ...
#
@@ -21,27 +21,27 @@
# extension number will be channel_number+base_exten . The default is:
#base_exten 4000
#
-# Make FXS (analog phones) extentions answer immediately (sets
+# Make FXS (analog phones) extensions answer immediately (sets
# 'immediate = yes' for them in chan_dahdi.conf). Don't enable this before
# you're read documentation about this option.
#fxs_immediate yes
#
# For FXS (analog phones) - use KS or LS? ks is the only method for
# Asterisk to provide disconnect supervision and thus it would normally
-# be preffered and is the default.
+# be preferred and is the default.
#fxs_default_start ls
#
# For FXO (analog lines) - use KS or LS? KS is the default and is
-# normally the better choice as it allows detecting handups on many
+# normally the better choice as it allows detecting hang-ups on many
# lines.
#fxo_default_start ls
-# Set tone zone values. This is used for playing tones (busy, dialtone
+# Set tone zone values. This is used for playing tones (busy, dial-tone
# and such). The default is 'us'. This sets the value for both loadzone
# and defaultzone in system.conf .
#lc_country il
-# The dialplan contenxt into which to send trunks in chan_dahdi.conf or
+# The dialplan context into which to send trunks in chan_dahdi.conf or
# users.conf. The default value is:
#context_lines from-pstn
#
@@ -49,7 +49,7 @@
# users.conf. The default value is:
#context_phones from-internal
#
-# Two extea contexts for the input ports and output ports of an
+# Two extra contexts for the input ports and output ports of an
# Astribank. Default values are:
#context_input astbank-input
#context_output astbank-output
@@ -78,16 +78,16 @@
# phones.
#brint_overlap
-# The echo canceller to use. If you have a hardware echo canceller, just
+# The echo canceler to use. If you have a hardware echo canceler, just
# leave it be, as this one won't be used anyway.
#
# The default is mg2, but it may change in the future. E.g: a packager
-# that bundles a better echo canceller may set it as the default, or
-# dahdi_genconf will scan for the "best" echo canceller.
+# that bundles a better echo canceler may set it as the default, or
+# dahdi_genconf will scan for the "best" echo canceler.
#
#echo_can hpec
#echo_can oslec
-#echo_can none # to aboid echo cancellers altogether
+#echo_can none # to avoid echo canceler altogether
# bri_hardhdlc: If this parameter is set to 'yes', in the entries for
# BRI cards 'hardhdlc' will be used instead of 'dchan' (an alias for
diff --git a/xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm b/xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm
index 93d7f3b..208fcfa 100644
--- a/xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm
+++ b/xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm
@@ -89,7 +89,7 @@ sub generate($$$) {
# Dahdi registration.
#
# It is read from /etc/dahdi/xpp_order. This location
-# may be overriden via the environment variable XPPORDER_CONF
+# may be overridden via the environment variable XPPORDER_CONF
#
# Lines may contain:
# - The Astribank label (verbatim)
@@ -97,13 +97,13 @@ sub generate($$$) {
# Ordering number of each listed Astribank is determined
# by its position in this file.
# Astribanks not listed in this file, get an ordering
-# number of 999 (last).
+# number of 99 (last).
#
# Astribanks with same ordering number are sorted by their
-# connectors (to preserve legacy behaviour).
+# connectors (to preserve legacy behavior).
#
# Examples:
-#usb:TWS-08
+#usb:1234
#@usb-0000:06:02.2-2
HEAD
foreach my $xbus (@xbuses) {
diff --git a/xpp/perl_modules/Dahdi/Xpp/Mpp.pm b/xpp/perl_modules/Dahdi/Xpp/Mpp.pm
index a19e0fe..c95b13a 100644
--- a/xpp/perl_modules/Dahdi/Xpp/Mpp.pm
+++ b/xpp/perl_modules/Dahdi/Xpp/Mpp.pm
@@ -21,7 +21,7 @@ Dahdi::Xpp::Mpp - Perl interface to C<astribank_tool(8)>
=head1 DESCRIPTION
This package uses C<astribank_tool(8)> to collect information
-about Astribanks via MPP (Managment Processor Protocol).
+about Astribanks via MPP (Management Processor Protocol).
The binary default location is F</usr/sbin/astribank_tool>. It may be
overridden via module parameter C<astribank_tool=> and the