From 8eafd90697ca57c37b7a18608f9fda954af1231b Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Sat, 2 Sep 2023 02:03:00 +0800 Subject: [PATCH] SpellingCommit --- code/datums/supply_packs/food.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/supply_packs/food.dm b/code/datums/supply_packs/food.dm index caef6e3f8664..8adc1f221cee 100644 --- a/code/datums/supply_packs/food.dm +++ b/code/datums/supply_packs/food.dm @@ -141,7 +141,7 @@ //all the finish snacks. /datum/supply_packs/donuts - name = "boxe of donut (x5)" + name = "box of donuts (x5)" contains = list( /obj/item/storage/donut_box, /obj/item/storage/donut_box, @@ -151,7 +151,7 @@ ) cost = 10 containertype = /obj/structure/closet/crate/supply - containername = "\improper boxe of donut (x5)" + containername = "\improper box of donuts (x5)" group = "Food" /datum/supply_packs/mre