Skip to content

Commit 26263c6

Browse files
authored
Merge pull request #15723 from chloefeal/fix
Fix typos in function and parameter names
2 parents 71988f7 + ac0f8f0 commit 26263c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ Language Features:
14401440
* Introduce ``virtual`` and ``override`` keywords.
14411441
* Modify ``push(element)`` for dynamic storage arrays such that it does not return the new length anymore.
14421442
* Yul: Introduce ``leave`` statement that exits the current function.
1443-
* JSON AST: Add the function selector of each externally-visible FunctonDefinition to the AST JSON export.
1443+
* JSON AST: Add the function selector of each externally-visible FunctionDefinition to the AST JSON export.
14441444

14451445
Compiler Features:
14461446
* Allow revert strings to be stripped from the binary using the ``--revert-strings`` option or the ``settings.debug.revertStrings`` setting.

test/libsolidity/util/ContractABIUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class ContractABIUtils
7272

7373
/// Calculates the encoding size of given _parameters based
7474
/// on the size of their types.
75-
static size_t encodingSize(ParameterList const& _paremeters);
75+
static size_t encodingSize(ParameterList const& _parameters);
7676

7777
private:
7878
/// Parses and translates a single type and returns a list of

0 commit comments

Comments
 (0)