From 2dff6a1dbbfe78a62a153a34f1c13453d282b327 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Sat, 18 Feb 2012 12:52:23 -0700 Subject: [PATCH] Fixed a typo. --- 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 a784f21f8f4..f11e01b277c 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -548,7 +548,7 @@ Traitors and the like can also be revived with the previous role mostly intact. if("Yes") command_alert(input, maintitle=customname); if("No") - world << "\red New NanoTrasen Update availible at all communication consoles." + world << "\red New NanoTrasen Update available at all communication consoles." world << sound('commandreport.ogg') log_admin("[key_name(src)] has created a command report: [input]")