mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-01-10 11:30:17 +00:00
FIX: Typo in " file in the editor is not located in the worksapce"
This commit is contained in:
parent
79b0369493
commit
92aa6ef04f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user