Skip to content

Commit

Permalink
chore: fix some typos (#544)
Browse files Browse the repository at this point in the history
Signed-off-by: depthlending <[email protected]>
  • Loading branch information
depthlending authored Dec 30, 2024
1 parent 5fe65f5 commit 929ffb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/pages/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Test: NextPage = () => {

return (
<Layout>
<SEO title={'Wallet Compatiblity Test'} />
<SEO title={'Wallet Compatibility Test'} />

<PanelLayout>
{stakeConnection ? (
Expand Down
2 changes: 1 addition & 1 deletion staking/app/scripts/devnet_upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion staking/tests/vesting_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 929ffb5

Please sign in to comment.