Skip to content

Commit

Permalink
Fix typos of 'support' (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas authored Dec 15, 2024
1 parent f78cc0f commit ab1afdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/extensions/GovernorUpgradeable.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// Sourced from contract below, with change to hashProposal (removed pure) for sequential proposal ID suppert.
// Sourced from contract below, with change to hashProposal (removed pure) for sequential proposal ID support.
// OpenZeppelin Contracts (last updated v5.1.0) (governance/extensions/GovernorUpgradeable.sol)

pragma solidity ^0.8.20;
Expand Down
2 changes: 1 addition & 1 deletion contracts/extensions/IGovernor.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// Sourced from contract below, with change to hashProposal (removed pure) for sequential proposal ID suppert.
// Sourced from contract below, with change to hashProposal (removed pure) for sequential proposal ID support.
// OpenZeppelin Contracts (last updated v5.1.0-rc.0) (governance/IGovernor.sol)

pragma solidity ^0.8.20;
Expand Down

0 comments on commit ab1afdf

Please sign in to comment.