diff --git a/code/datums/spell_handler/morph_spell_handler.dm b/code/datums/spell_handler/morph_spell_handler.dm
index 36b79658307..336b0bc5942 100644
--- a/code/datums/spell_handler/morph_spell_handler.dm
+++ b/code/datums/spell_handler/morph_spell_handler.dm
@@ -5,7 +5,7 @@
/datum/spell_handler/morph/can_cast(mob/living/simple_animal/hostile/morph/user, charge_check, show_message, datum/spell/spell)
if(!istype(user))
if(show_message)
- to_chat(user, "You should not be able to use this abilty! Report this as a bug on github please.")
+ to_chat(user, "You should not be able to use this ability! Report this as a bug on github please.")
return FALSE
if(user.gathered_food < hunger_cost)