Skip to content

Commit

Permalink
typo(process_reports): s/report/&s
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Jul 30, 2024
1 parent 7202c14 commit 803d8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moz-webgpu-cts/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ impl ExecReportSpec {
return Err(AlreadyReportedToCommandline);
} else {
log::warn!(concat!(
"report were specified via path and glob search, ",
"reports were specified via path and glob search, ",
"but none were found via glob; ",
"continuing with report paths"
))
Expand Down

0 comments on commit 803d8cd

Please sign in to comment.