diff options
-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 9456605..839ef43 100644 --- a/lib/Vyatta/Qos/Match.pm +++ b/lib/Vyatta/Qos/Match.pm @@ -76,7 +76,7 @@ sub new { # Firewall mark, packet contents, and meta data use different # tc filters my @filters = (keys %filter); - die "Can not combine matchs ", join(' and ',@filters), "\n" + die "Can not combine match on both ", join(' and ',@filters), "\n" if $#filters > 0; return $self; |