Skip to content

Commit

Permalink
Auto merge of rust-lang#12113 - jtracey:patch-1, r=lnicola
Browse files Browse the repository at this point in the history
small typo in log message
  • Loading branch information
bors committed Apr 29, 2022
2 parents 7abf8cc + cfa7204 commit 5f1ed3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rust-analyzer/src/reload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5f1ed3c

Please sign in to comment.