diff --git a/code/game/objects/items/weapons/implants/implanter.dm b/code/game/objects/items/weapons/implants/implanter.dm
index a3f348274f2..5fd031c2b2f 100644
--- a/code/game/objects/items/weapons/implants/implanter.dm
+++ b/code/game/objects/items/weapons/implants/implanter.dm
@@ -27,7 +27,7 @@
return
if(user && imp)
if(M != user)
- M.visible_message("[user] is attemping to implant [M].")
+ M.visible_message("[user] is attempting to implant [M].")
var/turf/T = get_turf(M)
if(T && (M == user || do_after(user, 50 * toolspeed, target = M)))