diff options
Diffstat (limited to 'src/gui/guiInventoryList.cpp')
-rw-r--r-- | src/gui/guiInventoryList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/guiInventoryList.cpp b/src/gui/guiInventoryList.cpp index 183d72165..d2a0d344e 100644 --- a/src/gui/guiInventoryList.cpp +++ b/src/gui/guiInventoryList.cpp @@ -205,7 +205,7 @@ s32 GUIInventoryList::getItemIndexAtPos(v2s32 p) const !AbsoluteClippingRect.isPointInside(p)) return -1; - // there can not be an item if the inventory or the inventorylist does not exist + // there cannot be an item if the inventory or the inventorylist does not exist Inventory *inv = m_invmgr->getInventory(m_inventoryloc); if (!inv) return -1; |