Skip to content

Commit 5f1ed3c

Browse files
committed
Auto merge of rust-lang#12113 - jtracey:patch-1, r=lnicola
small typo in log message
2 parents 7abf8cc + cfa7204 commit 5f1ed3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/reload.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ impl GlobalState {
239239
// Workspaces are the same, but we've updated build data.
240240
self.workspaces = Arc::new(workspaces);
241241
} else {
242-
tracing::info!("build scrips do not match the version of the active workspace");
242+
tracing::info!("build scripts do not match the version of the active workspace");
243243
// Current build scripts do not match the version of the active
244244
// workspace, so there's nothing for us to update.
245245
return;

0 commit comments

Comments
 (0)