diff --git a/code/modules/mob/observer/ghost/ghost.dm b/code/modules/mob/observer/ghost/ghost.dm
index 452a77409ee..22a05a2fa6f 100644
--- a/code/modules/mob/observer/ghost/ghost.dm
+++ b/code/modules/mob/observer/ghost/ghost.dm
@@ -676,7 +676,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
return 0
if(mind && mind.current && mind.current.stat != DEAD && can_reenter_corpse)
if(feedback)
- src << "Your non-dead body prevent you from respawning."
+ src << "Your non-dead body prevents you from respawning."
return 0
if(config.antag_hud_restricted && has_enabled_antagHUD == 1)
if(feedback)