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 Nov 25, 2023
1 parent bb526e0 commit 5d659b7
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 5d659b7

Please sign in to comment.