Skip to content

Commit d56c38d

Browse files
committed
docs: fix typo in comment
1 parent 0d0bf24 commit d56c38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/config/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ impl Config {
221221
if self.tap.rav_request.timestamp_buffer_secs < Duration::from_secs(10) {
222222
tracing::warn!(
223223
"Your `tap.rav_request.timestamp_buffer_secs` value it too low. \
224-
You may discart receipts in case of any synchronization issues, \
224+
You may discard receipts in case of any synchronization issues, \
225225
a recommended value is about 30 seconds."
226226
);
227227
}

0 commit comments

Comments
 (0)