fix: address typographical errors throughout codebase. (OZ N-07) #1037
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation:
Title:
N-07 Typographical Errors
Details:
Throughout the codebase, multiple instances of typographical errors were identified:
Wether should be "Whether" (also in the IRewardsIssuer contract).
poriver should be "provider".
bookeping should be "bookkeeping".
unkock should be "unlock".
Trown should be "Thrown".
Retrun should be "Return" (similarly here).
thawn should be "thawed".
verifieres should be "verifiers".
fulfulling should be "fulfilling".
delegting should be "delegating".
undelegting should be "undelegating".
stil should be "still".
Bookeeping should be "Bookkeeping".
ownsership should be "ownership".
Emmited should be "Emited".
allocationl should be "allocation".
disput should be "dispute".
Throughout the IHorizonStakingTypes interface, "inludes" should be "includes".
Throughout the Curation and L2Curation contracts, poool should be "pool".
Consider fixing the aforementioned typographical errors in order to improve the readability of the codebase.
Key changes