diff --git a/code/modules/reagents/chemistry/reagents/medicine.dm b/code/modules/reagents/chemistry/reagents/medicine.dm
index 78862b99425..30753f4510c 100644
--- a/code/modules/reagents/chemistry/reagents/medicine.dm
+++ b/code/modules/reagents/chemistry/reagents/medicine.dm
@@ -355,7 +355,7 @@
if(severity == 1) //lesser
M.AdjustStuttering(1)
if(effect <= 1)
- M.visible_message("[M] suddenly cluches [M.p_their()] gut!")
+ M.visible_message("[M] suddenly clutches [M.p_their()] gut!")
M.emote("scream")
update_flags |= M.Stun(4, FALSE)
update_flags |= M.Weaken(4, FALSE)
@@ -371,7 +371,7 @@
M.Jitter(30)
else if(severity == 2) // greater
if(effect <= 2)
- M.visible_message("[M] suddenly cluches [M.p_their()] gut!")
+ M.visible_message("[M] suddenly clutches [M.p_their()] gut!")
M.emote("scream")
update_flags |= M.Stun(7, FALSE)
update_flags |= M.Weaken(7, FALSE)