Skip to content

Commit

Permalink
Merge pull request #7217 from Agoric/gibson-2023-03-remotable-spelling
Browse files Browse the repository at this point in the history
chore: Correct a misspelling of "Remotable"
  • Loading branch information
mergify[bot] authored Mar 25, 2023
2 parents 324eee0 + 6f277e6 commit 3c28717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SwingSet/test/test-comms.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ test('comms gc', t => {
dispatch(makeMessage(receiverID, 'receive', [msg]));
}

// Alice is a Remoteable on some vat of machine A
// Alice is a Remotable on some vat of machine A
const aliceKernel = 'o-10';
// const aliceLocal = ck.provideLocalForKernel(aliceKernel);

Expand Down

0 comments on commit 3c28717

Please sign in to comment.