Index: binaries/data/mods/public/simulation/components/EntityLimits.js =================================================================== --- binaries/data/mods/public/simulation/components/EntityLimits.js +++ binaries/data/mods/public/simulation/components/EntityLimits.js @@ -85,7 +85,7 @@ } if (category in this.template.LimitRemovers) { - this.removedLimit[category] = this.limit[category]; // keep a copy of removeable limits for possible restoration + this.removedLimit[category] = this.limit[category]; // keep a copy of removable limits for possible restoration this.removers[category] = {}; for (var c in this.template.LimitRemovers[category]) { Index: source/lib/sysdep/smbios.h =================================================================== --- source/lib/sysdep/smbios.h +++ source/lib/sysdep/smbios.h @@ -272,7 +272,7 @@ #define BaseboardFlags_ENUMERATORS\ ENUM(motherboard, 0x01)\ ENUM(requires_add_in, 0x02)\ - ENUM(removeable, 0x04)\ + ENUM(removable, 0x04)\ ENUM(replaceable, 0x08)\ ENUM(hot_swappable, 0x10)