summaryrefslogtreecommitdiff
path: root/xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm
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 /xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm
parent063c2dd2b03c4c02981751608a49d564ed640b7c (diff)
Fix typos in xpp documentation
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6630 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm')
-rw-r--r--xpp/perl_modules/Dahdi/Config/Gen/Xpporder.pm8
1 files changed, 4 insertions, 4 deletions
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) {