diff --git a/code/modules/client/verbs/looc.dm b/code/modules/client/verbs/looc.dm
index 312f68acdc..42c20a2dc6 100644
--- a/code/modules/client/verbs/looc.dm
+++ b/code/modules/client/verbs/looc.dm
@@ -17,7 +17,7 @@
return
if(!(prefs.toggles & CHAT_OOC))
- src << " You have OOC muted."
+ src << " You have OOC muted."
return
if(!holder)