diff --git a/code/modules/clothing/spacesuits/rig/modules/utility.dm b/code/modules/clothing/spacesuits/rig/modules/utility.dm
index 5a8063fd824..619faa0a7e1 100644
--- a/code/modules/clothing/spacesuits/rig/modules/utility.dm
+++ b/code/modules/clothing/spacesuits/rig/modules/utility.dm
@@ -269,7 +269,7 @@
if(!raw_choice)
return 0
voice_holder.voice = sanitize(copytext(raw_choice,1,MAX_MESSAGE_LEN))
- usr << "You are now mimicking [voice_holder.voice]."
+ usr << "You are now mimicking [voice_holder.voice]."
return 1
/obj/item/rig_module/maneuvering_jets