Skip to content

Commit 720c124

Browse files
committed
fix typo in debug log
1 parent 94a0272 commit 720c124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextest-runner/src/reporter/displayer/progress.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ fn supports_osc_9_4(stream: &dyn IsTerminal) -> bool {
292292
if !stream.is_terminal() {
293293
debug!(
294294
"autodetect terminal progress reporting: disabling since \
295-
pass in stream (usually stderr) is not a terminal"
295+
passed-in stream (usually stderr) is not a terminal"
296296
);
297297
return false;
298298
}

0 commit comments

Comments
 (0)