diff --git a/code/game/machinery/computer/message.dm b/code/game/machinery/computer/message.dm index 94b9f50cff2..b39a5ed9742 100644 --- a/code/game/machinery/computer/message.dm +++ b/code/game/machinery/computer/message.dm @@ -39,7 +39,7 @@ return INITIALIZE_HINT_LATELOAD // Give the message server time to initialize /obj/machinery/computer/message_monitor/LateInitialize() - //Is the server isn't linked to a server, and there's a server available, default it to the first one in the list. + //Is the monitor isn't linked to a server, and there's a server available, default it to the first one in the list. if(!linkedServer) if(length(GLOB.message_servers)) linkedServer = GLOB.message_servers[1]