diff --git a/code/modules/eventkit/collector_event/event_collector.dm b/code/modules/eventkit/collector_event/event_collector.dm index ecadaa1ddb..abf6dad33b 100644 --- a/code/modules/eventkit/collector_event/event_collector.dm +++ b/code/modules/eventkit/collector_event/event_collector.dm @@ -65,7 +65,7 @@ GLOBAL_LIST_INIT(event_collector_blockers,list()) //ditto . = ..() GLOB.event_collectors |= src -/obj/strucutre/event_collector/Destroy() +/obj/structure/event_collector/Destroy() GLOB.event_collectors -= src . = ..() diff --git a/code/modules/eventkit/generic_objects/generic_structure.dm b/code/modules/eventkit/generic_objects/generic_structure.dm index 97f163058c..8a79e11419 100644 --- a/code/modules/eventkit/generic_objects/generic_structure.dm +++ b/code/modules/eventkit/generic_objects/generic_structure.dm @@ -12,7 +12,7 @@ var/wrenchable = 0 var/activatable_hand = 1 var/togglable = 1 - var/text_activated = "The strucutre turns on." + var/text_activated = "The structure turns on." var/text_deactivated = "The structure turns off." var/effect = 0 var/object = 0 diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/deathclaw.dm b/code/modules/mob/living/simple_mob/subtypes/vore/deathclaw.dm index 7feff5c71b..0d57b50c8a 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/deathclaw.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/deathclaw.dm @@ -5,7 +5,7 @@ Originally the deathclaw was a top secret genetics project that was run by ancestral zorren. \ While it is not immediately evident in their body structure, these creatures bare a \ subtle genetic connection to Zorren, however, this connection is marred by the other genes that \ - have been grafted onto the DNA strucutre of the Deathclaw. The creatures are known to attack humans \ + have been grafted onto the DNA structure of the Deathclaw. The creatures are known to attack humans \ and other animals regularly to protect their territory or to hunt for food. It is speculated that \ they escaped roughly around the time as whatever calamity befell the zorren many centuries ago \ as sighting of these beasts in the wild began around that time according to recovered zorren texts. \