GT-3472 - Fixed action enablement on BuiltIn archive node; fixed

spelling issue
This commit is contained in:
dragonmacher 2020-01-21 16:36:24 -05:00
parent 13caf91a21
commit 163881be29
6 changed files with 42 additions and 50 deletions

View file

@ -240,7 +240,7 @@ public class DataTypeWriter {
if (throwExceptionOnInvalidType) {
throw iae;
}
Msg.error(this, "Factory data types may not be written - type: " + dt, iae);
Msg.error(this, "Factory data types may not be written - type: " + dt);
}
if (dt instanceof Pointer || dt instanceof Array || dt instanceof BitFieldDataType) {
write(getBaseDataType(dt), monitor);