about summary refs log tree commit diff
path: root/editors/code/src
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src')
-rw-r--r--editors/code/src/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts
index 1c6e3093b55..bfa9980be4e 100644
--- a/editors/code/src/main.ts
+++ b/editors/code/src/main.ts
@@ -193,7 +193,7 @@ async function patchelf(dest: PathLike): Promise<void> {
     await vscode.window.withProgress(
         {
             location: vscode.ProgressLocation.Notification,
-            title: "Patching rust-analysis for NixOS"
+            title: "Patching rust-analyzer for NixOS"
         },
         async (progress, _) => {
             const patchPath = path.join(os.tmpdir(), "patch-ra.nix");