diff --git a/code/game/objects/items/weapons/cosmetics.dm b/code/game/objects/items/weapons/cosmetics.dm
index 583f3e08c11..6fa11d839c7 100644
--- a/code/game/objects/items/weapons/cosmetics.dm
+++ b/code/game/objects/items/weapons/cosmetics.dm
@@ -144,7 +144,7 @@
"You start to shave your head with \the [src].")
if(do_after(user, 50 * toolspeed, target = H))
user.visible_message("[user] shaves \his head with \the [src].", \
- "You finish shaving with\the [src].")
+ "You finish shaving with \the [src].")
C.h_style = "Skinhead"
H.update_hair()
playsound(src.loc, usesound, 40, 1)