protocol icon indicating copy to clipboard operation
protocol copied to clipboard

Fix Typos in Comments Across Multiple Files

Open leopardracer opened this issue 8 months ago • 3 comments

Description: This pull request addresses several typographical errors in comments across different files in the codebase. The changes include:

  1. Arbitrum_ChildMessenger.js:

    • Corrected "neccesary" to "necessary" in a comment.
  2. VotingV2.js:

    • Fixed "slasing" to "slashing" and "ballance" to "balance" in a comment.
  3. ReserveCurrencyLiquidator.js:

    • Corrected "re-initalize" to "re-initialize" in a comment.

These changes improve the readability and professionalism of the code comments without affecting the functionality.

leopardracer avatar Apr 17 '25 14:04 leopardracer

@leopardracer you need to sign your commits with -s or i think you can do this within github

daywiss avatar Apr 21 '25 13:04 daywiss

@leopardracer you need to sign your commits with -s or i think you can do this within github

updated

leopardracer avatar Apr 27 '25 15:04 leopardracer

@leopardracer for some reason DCO is still not passing, check this page for more information: https://github.com/UMAprotocol/protocol/pull/4819/checks?check_run_id=41232022931

daywiss avatar Apr 28 '25 14:04 daywiss