diff --git a/crates/rust-analyzer/src/reload.rs b/crates/rust-analyzer/src/reload.rs index b68f9d5f59dd..957a556c527e 100644 --- a/crates/rust-analyzer/src/reload.rs +++ b/crates/rust-analyzer/src/reload.rs @@ -239,7 +239,7 @@ fn eq_ignore_build_data<'a>( // 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;