diff --git a/code/game/objects/structures/girders.dm b/code/game/objects/structures/girders.dm
index d3844a8c98..7705b84daf 100644
--- a/code/game/objects/structures/girders.dm
+++ b/code/game/objects/structures/girders.dm
@@ -440,7 +440,7 @@
if(B.get_amount() < 2)
to_chat(user, "You need at least two bronze sheets to build a bronze wall!")
return 0
- user.visible_message("[user] begins plating [src] with brozne...", "You begin constructing a bronze wall...")
+ user.visible_message("[user] begins plating [src] with bronze...", "You begin constructing a bronze wall...")
if(do_after(user, 50, target = src))
if(B.get_amount() < 2)
return