Skip to content

Commit a643327

Browse files
authored
spelling issues (#5575)
1 parent 2b99981 commit a643327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/utils/TransientSlot.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pragma solidity ^0.8.24;
3232
*/
3333
library TransientSlot {
3434
/**
35-
* @dev UDVT that represents a slot holding a address.
35+
* @dev UDVT that represents a slot holding an address.
3636
*/
3737
type AddressSlot is bytes32;
3838

test/governance/extensions/GovernorVotesSuperQuorumFraction.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('GovernorVotesSuperQuorumFraction', function () {
7070
});
7171

7272
it('deployment check', async function () {
73-
await expect(this.mock.name()).to.eventually.eventually.equal(name);
73+
await expect(this.mock.name()).to.eventually.equal(name);
7474
await expect(this.mock.token()).to.eventually.equal(this.token);
7575
await expect(this.mock.votingDelay()).to.eventually.equal(votingDelay);
7676
await expect(this.mock.votingPeriod()).to.eventually.equal(votingPeriod);

0 commit comments

Comments
 (0)