From 0ca98232d01772b107e6065cc1a070ea439b019e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bennet=20Ble=C3=9Fmann?= <3877590+Skgland@users.noreply.github.com> Date: Sat, 20 Sep 2025 13:09:38 +0200 Subject: [PATCH] fix typo lqd pointed this out in https://github.com/rust-lang/crater/pull/793#discussion_r2344623067 --- src/server/reports.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/reports.rs b/src/server/reports.rs index 79fc6e70..545e4a88 100644 --- a/src/server/reports.rs +++ b/src/server/reports.rs @@ -129,7 +129,7 @@ fn reports_thread(data: &Data, github_data: Option<&GithubData>) -> Fallible<()> res.info.values().sum::(), ), ) - .line("bar_chart", format!("{spurious_retry} spurious results on the [retry-regessed-list.txt]({retry_regressed_list_url}), consider a retry[^1] if this is a significant amount.")) + .line("bar_chart", format!("{spurious_retry} spurious results on the [retry-regressed-list.txt]({retry_regressed_list_url}), consider a retry[^1] if this is a significant amount.")) .footnote("1", format!("re-run the experiment with `crates={retry_regressed_list_url}`")) .line( "newspaper",