diff --git a/code/datums/components/digitigrade_linb.dm b/code/datums/components/digitigrade_limb.dm similarity index 100% rename from code/datums/components/digitigrade_linb.dm rename to code/datums/components/digitigrade_limb.dm diff --git a/code/datums/greyscale/config_types/greyscale_configs/greyscale_clothes.dm b/code/datums/greyscale/config_types/greyscale_configs/greyscale_clothes.dm index c6dcbc200df..10cc197140a 100644 --- a/code/datums/greyscale/config_types/greyscale_configs/greyscale_clothes.dm +++ b/code/datums/greyscale/config_types/greyscale_configs/greyscale_clothes.dm @@ -702,7 +702,7 @@ /datum/greyscale_config/digitigrade name = "Digitigrade Clothes" - icon_file = 'icons/mob/clothing/digi_template_equpiment.dmi' + icon_file = 'icons/mob/clothing/digi_template_equipment.dmi' json_config = 'code/datums/greyscale/json_configs/digitigrade.json' /datum/greyscale_config/digitigrade_underwear diff --git a/code/modules/client/preferences/_preference.dm b/code/modules/client/preferences/_preference.dm index f13d0356794..aa9f9f3ce14 100644 --- a/code/modules/client/preferences/_preference.dm +++ b/code/modules/client/preferences/_preference.dm @@ -24,7 +24,7 @@ /// Used for preferences that rely on body setup being finalized. #define PREFERENCE_PRORITY_LATE_BODY_TYPE 7 -/// Equpping items based on preferences. +/// Equipping items based on preferences. /// Should happen after species and body type to make sure it looks right. /// Mostly redundant, but a safety net for saving/loading. #define PREFERENCE_PRIORITY_LOADOUT 8 diff --git a/code/modules/research/anomaly/anomaly_refinery.dm b/code/modules/research/anomaly/anomaly_refinery.dm index e8cae496b8a..d5ff061d48e 100644 --- a/code/modules/research/anomaly/anomaly_refinery.dm +++ b/code/modules/research/anomaly/anomaly_refinery.dm @@ -152,7 +152,7 @@ return if(!istype(inserted_core) || !istype(inserted_bomb)) - end_test("ERROR: Missing equpment. Items ejected.") + end_test("ERROR: Missing equipment. Items ejected.") return if(!inserted_bomb?.tank_one || !inserted_bomb?.tank_two || !(tank_to_target == inserted_bomb?.tank_one || tank_to_target == inserted_bomb?.tank_two)) diff --git a/code/modules/research/designs/mecha_designs.dm b/code/modules/research/designs/mecha_designs.dm index eff9f35ecf3..c5be7c2b7c0 100644 --- a/code/modules/research/designs/mecha_designs.dm +++ b/code/modules/research/designs/mecha_designs.dm @@ -216,7 +216,7 @@ departmental_flags = DEPARTMENT_BITFLAG_SCIENCE //////////////////////////////////////// -/////////// Mecha Equpment ///////////// +/////////// Mecha Equipment ///////////// //////////////////////////////////////// /datum/design/mech_scattershot diff --git a/icons/mob/clothing/digi_template_equpiment.dmi b/icons/mob/clothing/digi_template_equipment.dmi similarity index 100% rename from icons/mob/clothing/digi_template_equpiment.dmi rename to icons/mob/clothing/digi_template_equipment.dmi diff --git a/tgstation.dme b/tgstation.dme index c8953b44ba8..729a220b8db 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -1197,7 +1197,7 @@ #include "code\datums\components\defaceable.dm" #include "code\datums\components\dejavu.dm" #include "code\datums\components\deployable.dm" -#include "code\datums\components\digitigrade_linb.dm" +#include "code\datums\components\digitigrade_limb.dm" #include "code\datums\components\direct_explosive_trap.dm" #include "code\datums\components\earprotection.dm" #include "code\datums\components\echolocation.dm"