Skip to content

Commit b6ac8c6

Browse files
committed
fix(lsp): typo in log message
1 parent c08d40e commit b6ac8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asm-lsp/bin/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ fn main_loop(connection: &Connection, config: &RootConfig, store: &ServerStore)
234234
match msg {
235235
Message::Request(req) => {
236236
if connection.handle_shutdown(&req)? {
237-
info!("Recieved shutdown request");
237+
info!("Received shutdown request");
238238
return Ok(());
239239
}
240240
handle_request(req, connection, config, &mut doc_store, store)?;

0 commit comments

Comments
 (0)