diff options
Diffstat (limited to 'src/expr/counter.rs')
-rw-r--r-- | src/expr/counter.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/counter.rs b/src/expr/counter.rs index 71064df..4732e85 100644 --- a/src/expr/counter.rs +++ b/src/expr/counter.rs @@ -3,7 +3,7 @@ use crate::sys; use std::os::raw::c_char; /// A counter expression adds a counter to the rule that is incremented to count number of packets -/// and number of bytes for all packets that has matched the rule. +/// and number of bytes for all packets that have matched the rule. #[derive(Debug, PartialEq)] pub struct Counter { pub nb_bytes: u64, |