Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group typo fixes #5466

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

Group typo fixes #5466

wants to merge 27 commits into from

Conversation

ernestognw
Copy link
Member

@ernestognw ernestognw commented Jan 28, 2025

The #typo-fixes branches accumulated typo fixes. This branch should be merged before freezing a release candidate.
This is done to avoid multiple small commits on that polute the master branch. All typo fix PR should target this branch.

Bilogweb3 and others added 3 commits January 28, 2025 11:44
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
Copy link

changeset-bot bot commented Jan 28, 2025

⚠️ No Changeset found

Latest commit: 839cb42

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes changesets to release 1 package
Name Type
openzeppelin-solidity Minor

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Amxx Amxx mentioned this pull request Feb 4, 2025
bouchmann and others added 3 commits February 4, 2025 10:18
@Amxx Amxx added the typo label Feb 12, 2025
Amxx and others added 7 commits February 12, 2025 13:42
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
@Amxx Amxx added this to the 5.3 milestone Feb 14, 2025
@@ -17,7 +17,7 @@ import {SafeCast} from "../../utils/math/SafeCast.sol";
* the assets and permissions must be attached to the {TimelockController}. Any asset sent to the {Governor} will be
* inaccessible from a proposal, unless executed via {Governor-relay}.
*
* WARNING: Setting up the TimelockController to have additional proposers or cancellers besides the governor is very
* WARNING: Setting up the TimelockController to have additional proposers or cancelers besides the governor is very
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

canceller and canceler are both correct spellings but 2 l's is more common in British English while the other is American English. We should just be consistent on what we choose.

@@ -24,7 +24,7 @@ import {Time} from "../../utils/types/Time.sol";
*
* ==== Security Considerations
*
* Some operations may be cancelable in the `AccessManager` by the admin or a set of guardians, depending on the
* Some operations may be cancellable in the `AccessManager` by the admin or a set of guardians, depending on the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the comment below. He we are going in the opposite direction. We shouldn't just have these flip-flopping.

Copy link
Contributor

@arr00 arr00 Feb 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have much consistency throughout the repo. We should choose one and stay with it. I prefer American spelling.

@@ -21,7 +21,7 @@ library Clones {
error CloneArgumentsTooLong();

/**
* @dev Deploys and returns the address of a clone that mimics the behaviour of `implementation`.
* @dev Deploys and returns the address of a clone that mimics the behavior of `implementation`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another british vs american

Comment on lines 20 to 21

# Disclaimer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've been against changing archived audits but if consensus is we should change it, that's fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.