Clean up craft replacements docs
[oweals/minetest.git] / src / inventorymanager.cpp
index 57b561477b03c07020aa92a85676e9e1bea168f9..5a24f95a448fb6fbafc273e183acaeb7fd4cb81f 100644 (file)
@@ -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);