diff --git a/code/datums/diseases/advance/symptoms/itching.dm b/code/datums/diseases/advance/symptoms/itching.dm index 0f70a7c7197..cb468a132cc 100644 --- a/code/datums/diseases/advance/symptoms/itching.dm +++ b/code/datums/diseases/advance/symptoms/itching.dm @@ -21,7 +21,7 @@ var/scratch = FALSE threshold_descs = list( "Transmission 6" = "Increases frequency of itching.", - "Stage Speed 7" = "The host will scrath itself when itching, causing superficial damage.", + "Stage Speed 7" = "The host will scratch itself when itching, causing superficial damage.", ) ///emote cooldowns COOLDOWN_DECLARE(itching_cooldown)