Skip to content

Commit a0bdf11

Browse files
authored
chore: fix some minor issues in comment (#4393)
## Motivation fix some minor issues in comment ## Proposal N/A ## Test Plan CI ## Release Plan - Nothing to do / These changes follow the usual release cycle. ## Links - [reviewer checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist) Signed-off-by: zoupingshi <[email protected]>
1 parent 58afb87 commit a0bdf11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linera-service/tests/fixtures/erc20_shared.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// over all the chains.
1313
// * The localSupply() has been introduced to return the supply of one
1414
// particular chain.
15-
// * When tokens are transfered to another chain, they are first burned
15+
// * When tokens are transferred to another chain, they are first burned
1616
// on the sender chain and then minted on the receiving chain.
1717
// * The token can be transferred to another chain but under the same
1818
// user.
@@ -95,7 +95,7 @@ contract ERC20_shared is Context, IERC20, IERC20Errors {
9595
return summed_total_supply;
9696
}
9797

98-
/// The local suppply of the chain
98+
/// The local supply of the chain
9999
function localSupply() public view virtual returns (uint256) {
100100
return _totalSupply;
101101
}

0 commit comments

Comments
 (0)