summaryrefslogtreecommitdiff
path: root/xpp/dahdi_hardware
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-09-09 10:59:39 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-09-09 10:59:39 +0000
commit502cf0b3cd2a80b2c4a2bf8b7411013fbc234fad (patch)
tree00c4c75f6d3b60032bf606e6ae98b343b7ab9c10 /xpp/dahdi_hardware
parentaa91882f03533864b9282e0410aca26ef61b9f9e (diff)
fix typos in some xpp utils
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10194 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/dahdi_hardware')
-rwxr-xr-xxpp/dahdi_hardware6
1 files changed, 3 insertions, 3 deletions
diff --git a/xpp/dahdi_hardware b/xpp/dahdi_hardware
index 867e897..032b9e3 100755
--- a/xpp/dahdi_hardware
+++ b/xpp/dahdi_hardware
@@ -72,7 +72,7 @@ sub show_disconnected(%) {
# FIXME: For verbose display we also need to see the XPP devices.
# If no spans are registered, this won't happen. A brute-force
-# methood for making it happe:
+# method for making it happen:
Dahdi::Xpp::xbuses if ($opts{'v'});
my @devices = Dahdi::Hardware->device_list;
@@ -139,7 +139,7 @@ dahdi_hardware [-v][-x]
=item -v
-Verbose ouput - show spans used by each device etc. Currently only
+Verbose output - show spans used by each device etc. Currently only
implemented for the Xorcom Astribank.
=item -x
@@ -150,7 +150,7 @@ Show disconnected Astribank unit, if any.
=head1 DESCRIPTION
-Show all dahdi hardware devices. Devices are recognized according to
+Show all Dahdi hardware devices. Devices are recognized according to
lists of PCI and USB IDs in Dahdi::Hardware::PCI.pm and
Dahdi::Hardware::USB.pm . For PCI it is possible to detect by
sub-vendor and sub-product ID as well.