Fix spelling

This commit is contained in:
Matthew Day
2021-12-09 03:17:08 -06:00
parent 8c16127115
commit 50512cdef8
5 changed files with 6 additions and 6 deletions

View File

@@ -237,7 +237,7 @@ void Inventory::AddManagedItem(Item* item)
if (slots.find(slot) != slots.end())
{
Game::logger->Log("Inventory", "Attempting to add an item with and already present slot (%i)!\n", slot);
Game::logger->Log("Inventory", "Attempting to add an item with an already present slot (%i)!\n", slot);
return;
}