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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xpp/perl_modules/Dahdi/Config') 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) { -- cgit v1.2.3