Skip to content

Commit

Permalink
Misc: Fix typo enought -> enough
Browse files Browse the repository at this point in the history
  • Loading branch information
AMS21 committed Oct 26, 2023
1 parent 43b3d4f commit b73f6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/script_game_object_inventory_owner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ void CScriptGameObject::TransferMoney(u32 money, CScriptGameObject* pForWho)

if (pOurOwner->get_money() < money)
{
GEnv.ScriptEngine->script_log(LuaMessageType::Error, "Character does not have enought money");
GEnv.ScriptEngine->script_log(LuaMessageType::Error, "Character does not have enough money");
return;
}

Expand Down

0 comments on commit b73f6b6

Please sign in to comment.