From 92aa6ef04f5d158cf38f830cb9f89eee45f635b0 Mon Sep 17 00:00:00 2001 From: peterdell Date: Sun, 22 Nov 2020 00:42:20 +0100 Subject: [PATCH] FIX: Typo in " file in the editor is not located in the worksapce" --- .../ide/asm/editor/AssemblerEditorFilesCommandHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.wudsn.ide.asm/src/com/wudsn/ide/asm/editor/AssemblerEditorFilesCommandHandler.java b/com.wudsn.ide.asm/src/com/wudsn/ide/asm/editor/AssemblerEditorFilesCommandHandler.java index aba1002c..66f2135a 100644 --- a/com.wudsn.ide.asm/src/com/wudsn/ide/asm/editor/AssemblerEditorFilesCommandHandler.java +++ b/com.wudsn.ide.asm/src/com/wudsn/ide/asm/editor/AssemblerEditorFilesCommandHandler.java @@ -64,7 +64,7 @@ public abstract class AssemblerEditorFilesCommandHandler extends AbstractHandler AssemblerPlugin.getInstance().showError( assemblerEditor.getSite().getShell(), "Operation '" + event.getCommand().getName() - + "' is not possible because the file in the editor is not located in the worksapce.", + + "' is not possible because the file in the editor is not located in the workspace.", new Exception()); } catch (NotDefinedException ignore) { // Ignore