From a94e4651d49aee05198566851948f73f3eb7f1f5 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Wed, 25 Nov 2015 15:05:38 -0500 Subject: [PATCH] Replace one typo by another gg --- code/modules/admin/verbs/randomverbs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index 221c3bec24a..61a4ac39c68 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -541,7 +541,7 @@ Traitors and the like can also be revived with the previous role mostly intact. if(!check_rights(R_SERVER|R_EVENT)) return - var/type = input(usr, "Pick a type of report to send", "Report Type", "") in list("Centcom Report","Enemy Commsunications") + var/type = input(usr, "Pick a type of report to send", "Report Type", "") in list("Centcom Report","Enemy Communications") var/input = input(usr, "Please enter anything you want. Anything. Serious.", "What?", "") as message|null var/customname = input(usr, "Pick a title for the report.", "Title") as text|null if(!input)