diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm
index 2a422373f3..0d1b6861c8 100644
--- a/code/modules/clothing/masks/gasmask.dm
+++ b/code/modules/clothing/masks/gasmask.dm
@@ -89,7 +89,7 @@
/obj/item/clothing/mask/gas/clown_hat/examine(mob/user)
. = ..()
- . += "Alt-click to toggle identity concealment. it's currently [flags_inv & HIDEFACE ? "on" : "off"]."
+ . += "Alt-click to toggle identity concealment. it's currently [flags_inv & HIDEFACE ? "on" : "off"]."
/obj/item/clothing/mask/gas/clown_hat/AltClick(mob/user)
. = ..()
@@ -135,7 +135,7 @@
/obj/item/clothing/mask/gas/mime/examine(mob/user)
. = ..()
- . += "Alt-click to toggle identity concealment. it's currently [flags_inv & HIDEFACE ? "on" : "off"]."
+ . += "Alt-click to toggle identity concealment. it's currently [flags_inv & HIDEFACE ? "on" : "off"]."
/obj/item/clothing/mask/gas/mime/AltClick(mob/user)
. = ..()