diff --git a/code/modules/assembly/voice.dm b/code/modules/assembly/voice.dm index 3c7fdfa8fef..a20cdb89caf 100644 --- a/code/modules/assembly/voice.dm +++ b/code/modules/assembly/voice.dm @@ -56,7 +56,7 @@ /obj/item/assembly/voice/noise name = "noise sensor" - desc = "A simple noise sensor that triggers on vocalizations other then speech." + desc = "A simple noise sensor that triggers on vocalizations other than speech." icon_state = "voice" materials = list(MAT_METAL=100, MAT_GLASS=10) origin_tech = "magnets=1;engineering=1"