diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-08 12:00:52 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-08 12:00:52 -0800 |
commit | cf882cc974ba76e3853a7b9d9a263ec8d3286b31 (patch) | |
tree | 83e7b51779b2e60deb402a8c51165a690c672057 /lib | |
parent | 53f0b83eac4e88d2d21d22e2db4b1b2384e58393 (diff) | |
download | vyatta-cfg-qos-cf882cc974ba76e3853a7b9d9a263ec8d3286b31.tar.gz vyatta-cfg-qos-cf882cc974ba76e3853a7b9d9a263ec8d3286b31.zip |
Fix typo in import list
Incorrect capitalization
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Vyatta/Qos/Match.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/Qos/Match.pm b/lib/Vyatta/Qos/Match.pm index 57aaed3..751473e 100644 --- a/lib/Vyatta/Qos/Match.pm +++ b/lib/Vyatta/Qos/Match.pm @@ -15,7 +15,7 @@ package Vyatta::Qos::Match; require Vyatta::Config; -use Vyatta::Qos::Util qw(getIfIndex getDSfield getProtocol); +use Vyatta::Qos::Util qw(getIfIndex getDsfield getProtocol); use strict; use warnings; |