FIX: Typo in " file in the editor is not located in the worksapce"

This commit is contained in:
peterdell 2020-11-22 00:42:20 +01:00
parent 79b0369493
commit 92aa6ef04f

View File

@ -64,7 +64,7 @@ public abstract class AssemblerEditorFilesCommandHandler extends AbstractHandler
AssemblerPlugin.getInstance().showError( AssemblerPlugin.getInstance().showError(
assemblerEditor.getSite().getShell(), assemblerEditor.getSite().getShell(),
"Operation '" + event.getCommand().getName() "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()); new Exception());
} catch (NotDefinedException ignore) { } catch (NotDefinedException ignore) {
// Ignore // Ignore