diff --git a/code/game/machinery/telecomms/machines/message_server.dm b/code/game/machinery/telecomms/machines/message_server.dm index b63467d399..c6386241ee 100644 --- a/code/game/machinery/telecomms/machines/message_server.dm +++ b/code/game/machinery/telecomms/machines/message_server.dm @@ -26,7 +26,7 @@ if(stored) to_chat(user, "You start struggling to pry the [stored] from the [src]...") if(!do_after(user, 30 SECONDS, TRUE, src)) - to_chat(user, "Your fingers slip as you fail to pry the [stored] from the [src], clicking it right back int the slot!") + to_chat(user, "Your fingers slip as you fail to pry the [stored] from the [src], clicking it right back into the slot!") return if(user.put_in_hands(stored)) stored.forceMove(user.drop_location())