diff --git a/frontend/pages/test.tsx b/frontend/pages/test.tsx index a0754188a..97867cf9b 100644 --- a/frontend/pages/test.tsx +++ b/frontend/pages/test.tsx @@ -39,7 +39,7 @@ const Test: NextPage = () => { return ( - + {stakeConnection ? ( diff --git a/staking/app/scripts/devnet_upgrade.ts b/staking/app/scripts/devnet_upgrade.ts index daabb1d48..1bd1e9f86 100644 --- a/staking/app/scripts/devnet_upgrade.ts +++ b/staking/app/scripts/devnet_upgrade.ts @@ -34,7 +34,7 @@ interface ToPairAccountInterface { // Matches each metadata account to the position account that it corresponds to. This is optimized to avoid RPC calls // and reduce the number of findProgramAddress calls. // Assumes each metadata account maps to one position account but there might be position accounts without a metadata -// account (if they've already been upgraded). If this assumption is not true, you can rewite this to use only the +// account (if they've already been upgraded). If this assumption is not true, you can rewrite this to use only the // second pass. async function pairAccounts< P extends ToPairAccountInterface, diff --git a/staking/tests/vesting_test.ts b/staking/tests/vesting_test.ts index 901720b4c..c025e2fce 100644 --- a/staking/tests/vesting_test.ts +++ b/staking/tests/vesting_test.ts @@ -734,7 +734,7 @@ describe("vesting", async () => { ); }); - it("create acccount that does not opt into governance", async () => { + it("create account that does not opt into governance", async () => { await aliceConnection.provider.connection.requestAirdrop( alice.publicKey, 1_000_000_000_000