From cfa7204544dfc2ca789044f06727447652bbb745 Mon Sep 17 00:00:00 2001 From: Justin Tracey Date: Fri, 29 Apr 2022 05:59:32 +0000 Subject: [PATCH] small typo in log message --- crates/rust-analyzer/src/reload.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rust-analyzer/src/reload.rs b/crates/rust-analyzer/src/reload.rs index b68f9d5f59..957a556c52 100644 --- a/crates/rust-analyzer/src/reload.rs +++ b/crates/rust-analyzer/src/reload.rs @@ -239,7 +239,7 @@ impl GlobalState { // Workspaces are the same, but we've updated build data. self.workspaces = Arc::new(workspaces); } else { - tracing::info!("build scrips do not match the version of the active workspace"); + tracing::info!("build scripts do not match the version of the active workspace"); // Current build scripts do not match the version of the active // workspace, so there's nothing for us to update. return;