From 4376f8f974b74d37f3e87d52a46927c4de7c9aa3 Mon Sep 17 00:00:00 2001 From: florodude Date: Thu, 15 Feb 2018 00:05:36 -0600 Subject: [PATCH] fixes #8680 Changed frabricated to fabricated. --- code/modules/spacepods/construction.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/spacepods/construction.dm b/code/modules/spacepods/construction.dm index a997a23f585..080973b1f25 100644 --- a/code/modules/spacepods/construction.dm +++ b/code/modules/spacepods/construction.dm @@ -140,7 +140,7 @@ state_next = list( "key" = /obj/item/stack/sheet/metal, "amount" = 5, - "vis_msg" = "{USER} frabricates a pressure bulkhead for the {HOLDER}.", + "vis_msg" = "{USER} fabricates a pressure bulkhead for the {HOLDER}.", "self_msg" = "You frabricate a pressure bulkhead for the {HOLDER}." ) ),