Commit 3a3f7b0 1 parent 2f23966 commit 3a3f7b0 Copy full SHA for 3a3f7b0
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ pub fn audit_profile_check(input: TokenStream) -> TokenStream {
175
175
176
176
/// A macro conditionally adding an auditor to the analyzer.
177
177
///
178
- /// This macro eliminates a repeatitive code in the packet analyzer which
178
+ /// This macro eliminates a repetitive code in the packet analyzer which
179
179
/// checks if the specified auditor should be installed for the particular
180
180
/// profile. The auditors must implement the `AuditProfileCheck` trait.
181
181
///
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ impl Analyzer {
128
128
}
129
129
}
130
130
131
- /// Runs generic auditors for the recieved packet.
131
+ /// Runs generic auditors for the received packet.
132
132
///
133
133
/// # Parameters
134
134
///
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ where
178
178
/// counter.
179
179
///
180
180
/// A typical application of the [`TotalCounter`] is when an auditor counts
181
- /// several types of the processed messages and needs to calculate occurence
181
+ /// several types of the processed messages and needs to calculate occurrence
182
182
/// percentage of each message type among all messages.
183
183
///
184
184
/// # Generic Parameters
@@ -187,7 +187,7 @@ where
187
187
///
188
188
/// # Usage Example
189
189
///
190
- /// Suppose you want to track the occurence of 3 message types. The [`TotalCounter`]
190
+ /// Suppose you want to track the occurrence of 3 message types. The [`TotalCounter`]
191
191
/// can be used as follows to display the percentages for each counter:
192
192
///
193
193
/// ```rust
You can’t perform that action at this time.
0 commit comments