Skip to content

Commit 277add2

Browse files
committed
docs: fix typo in stats comment
1 parent 4519153 commit 277add2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ fn eprint_nothing_searched() {
427427
/// The `started` time should be the time at which ripgrep started working.
428428
///
429429
/// If an error occurs while writing, then writing stops and the error is
430-
/// returned. Note that callers should probably ignore this errror, since
430+
/// returned. Note that callers should probably ignore this error, since
431431
/// whether stats fail to print or not generally shouldn't cause ripgrep to
432432
/// enter into an "error" state. And usually the only way for this to fail is
433433
/// if writing to stdout itself fails.

0 commit comments

Comments
 (0)