Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #12113 - jtracey:patch-1, r=lnicola
small typo in log message
bors 2022-04-29
parent 7abf8cc · parent cfa7204 · commit 5f1ed3c
-rw-r--r--crates/rust-analyzer/src/reload.rs2
1 files changed, 1 insertions, 1 deletions
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;