diff --git a/code/game/objects/items/mail.dm b/code/game/objects/items/mail.dm index 9f5f102d1a..ee027dee1e 100644 --- a/code/game/objects/items/mail.dm +++ b/code/game/objects/items/mail.dm @@ -154,7 +154,7 @@ . += span_notice("You notice the postmarking on the front of the mail...") var/datum/mind/recipient = recipient_ref.resolve() if(recipient) - . += span_info("[postmarked ? "Certified NT" : "Uncertfieid"] mail for [recipient].") + . += span_info("[postmarked ? "Certified NT" : "Uncertified"] mail for [recipient].") else if(postmarked) . += span_info("Certified mail for [GLOB.station_name].") else