diff --git a/code/modules/mob/living/carbon/xenomorph/mutators/strains/drone/healer.dm b/code/modules/mob/living/carbon/xenomorph/mutators/strains/drone/healer.dm index 81348b3188a5..2aaf9b07710f 100644 --- a/code/modules/mob/living/carbon/xenomorph/mutators/strains/drone/healer.dm +++ b/code/modules/mob/living/carbon/xenomorph/mutators/strains/drone/healer.dm @@ -193,7 +193,7 @@ /datum/behavior_delegate/drone_healer/append_to_stat() . = list() - . += "Trasnferred health amount: [transferred_amount]" + . += "Transferred health amount: [transferred_amount]" if(transferred_amount >= max_transferred_amount) . += "Sacrifice will grant you new life."