From bd70506da1e4f8d9b5a0e121db9b5cd77cfd0e32 Mon Sep 17 00:00:00 2001 From: Jim Pick Date: Wed, 4 Sep 2024 13:32:06 -0700 Subject: [PATCH] Spelling fix (#160) --- cmd/agent_info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/agent_info.go b/cmd/agent_info.go index a40b6cc..ff0c0a6 100644 --- a/cmd/agent_info.go +++ b/cmd/agent_info.go @@ -240,7 +240,7 @@ func econInfo(ctx context.Context, agent common.Address, afi *econ.AgentFi, s *s printTable([]string{ "Liquidation Value Breakdown", "Available balance", - "Intial pledge", + "Initial pledge", "Locked rewards", "Termination fee", "Total liquidation value",