From fcc445ac03cb351ae321813a0091d96669c43a9c Mon Sep 17 00:00:00 2001 From: Pascal Kuthe Date: Tue, 7 Feb 2023 17:05:20 +0100 Subject: [PATCH] fix typo Co-authored-by: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> --- helix-lsp/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-lsp/src/lib.rs b/helix-lsp/src/lib.rs index a2ba14cd92eec..f700dc93f3fda 100644 --- a/helix-lsp/src/lib.rs +++ b/helix-lsp/src/lib.rs @@ -601,7 +601,7 @@ fn start_client( Ok(NewClientResult(client, incoming)) } -/// Find an LSP workspace of a file using the following mechansim: +/// Find an LSP workspace of a file using the following mechanism: /// * if the file is outside `workspace` return `None` /// * start at `file` and search the file tree upward /// * stop the search at the first `root_dirs` entry that contains `file`