From 27ce6d0ecc55af7e46a586b97b3ec9e1d406a897 Mon Sep 17 00:00:00 2001 From: Paul Ouellette Date: Thu, 8 Aug 2019 08:30:38 -0400 Subject: Clean up craft replacements docs --- src/inventorymanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inventorymanager.cpp') diff --git a/src/inventorymanager.cpp b/src/inventorymanager.cpp index 57b561477..5a24f95a4 100644 --- a/src/inventorymanager.cpp +++ b/src/inventorymanager.cpp @@ -861,7 +861,7 @@ void ICraftAction::apply(InventoryManager *mgr, } // Put the replacements in the inventory or drop them on the floor, if - // the invenotry is full + // the inventory is full for (auto &output_replacement : output_replacements) { if (list_main) output_replacement = list_main->addItem(output_replacement); -- cgit v1.2.3