From 93b09732f81d5846dc31748b31260ef587d7a8d5 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sat, 16 May 2009 22:46:57 +0000 Subject: Fix typos in xpp documentation git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6630 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm | 8 ++++---- xpp/perl_modules/Dahdi/Xpp/Mpp.pm | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'xpp/perl_modules') 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 =head1 DESCRIPTION This package uses C to collect information -about Astribanks via MPP (Managment Processor Protocol). +about Astribanks via MPP (Management Processor Protocol). The binary default location is F. It may be overridden via module parameter C and the -- cgit v1.2.3