aboutsummaryrefslogtreecommitdiff
path: root/src/inventorymanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inventorymanager.cpp')
-rw-r--r--src/inventorymanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inventorymanager.cpp b/src/inventorymanager.cpp
index 6708302de..913c959ce 100644
--- a/src/inventorymanager.cpp
+++ b/src/inventorymanager.cpp
@@ -973,7 +973,7 @@ bool getCraftingResult(Inventory *inv, ItemStack &result,
if (!clist)
return false;
- // Mangle crafting grid to an another format
+ // Mangle crafting grid to another format
CraftInput ci;
ci.method = CRAFT_METHOD_NORMAL;
ci.width = clist->getWidth() ? clist->getWidth() : 3;