From aadbddc8c0fd4a7df59a77716eb873af8705378d Mon Sep 17 00:00:00 2001 From: lm40 Date: Mon, 21 Mar 2022 22:05:52 -0400 Subject: [PATCH] Fixes typo --- code/modules/events/grubinfestation_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/grubinfestation_vr.dm b/code/modules/events/grubinfestation_vr.dm index fa87a1c58d..fa2742a6bc 100644 --- a/code/modules/events/grubinfestation_vr.dm +++ b/code/modules/events/grubinfestation_vr.dm @@ -41,4 +41,4 @@ area_names |= grub_area.name if(area_names.len) var/english_list = english_list(area_names) - command_announcement.Announce("Sensors have narrowed down remaining active solargrubs to the followng areas: [english_list]", "Lifesign Alert") + command_announcement.Announce("Sensors have narrowed down remaining active solargrubs to the following areas: [english_list]", "Lifesign Alert")