diff --git a/code/game/objects/items/weapons/twohanded.dm b/code/game/objects/items/weapons/twohanded.dm
index f0aa0bd1292..53a85266b08 100644
--- a/code/game/objects/items/weapons/twohanded.dm
+++ b/code/game/objects/items/weapons/twohanded.dm
@@ -692,7 +692,7 @@
Z.throw_at(throw_target, 200, 4)
playsound(user, 'sound/weapons/marauder.ogg', 50, 1)
else if(wielded && Z.health < 1)
- Z.visible_message("[Z.name] was blown to peices by the power of [name]!", \
+ Z.visible_message("[Z.name] was blown to pieces by the power of [name]!", \
"You feel a powerful blow rip you apart!", \
"You hear a heavy impact and the sound of ripping flesh!.")
Z.gib()