diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm
index ada4f547865..c30d0f2efe8 100644
--- a/code/modules/mob/living/carbon/carbon.dm
+++ b/code/modules/mob/living/carbon/carbon.dm
@@ -106,7 +106,7 @@
if(!blood && nutrition < 100) // Nutrition vomiting while already starving
if(message)
visible_message("[src] dry heaves!", \
- "You try to throw up, but there's nothing your stomach!")
+ "You try to throw up, but there's nothing in your stomach!")
if(stun)
Weaken(20 SECONDS)
return