diff --git a/code/modules/clothing/masks/bandana.dm b/code/modules/clothing/masks/bandana.dm index 15382684368..bfc408e233d 100644 --- a/code/modules/clothing/masks/bandana.dm +++ b/code/modules/clothing/masks/bandana.dm @@ -80,7 +80,7 @@ slot_flags = initial(slot_flags) worn_y_offset = initial(worn_y_offset) transform = initial(transform) - user.visible_message(span_notice("[user] unties the neckercheif."), span_notice("You untie the neckercheif.")) + user.visible_message(span_notice("[user] unties the neckerchief."), span_notice("You untie the neckerchief.")) flags_inv = initial(flags_inv) flags_cover = initial(flags_cover) return CLICK_ACTION_SUCCESS