diff --git a/code/datums/mind.dm b/code/datums/mind.dm
index fac5c75fc3..1b3fc7b459 100644
--- a/code/datums/mind.dm
+++ b/code/datums/mind.dm
@@ -317,7 +317,7 @@
H << "Your loyalty implant has been deactivated."
log_admin("[key_name_admin(usr)] has de-loyalty implanted [current].")
if("add")
- H << "You somehow have become the recepient of a loyalty transplant, and it just activated!"
+ H << "You somehow have become the recepient of a loyalty transplant, and it just activated!"
H.implant_loyalty(H, override = TRUE)
log_admin("[key_name_admin(usr)] has loyalty implanted [current].")
else