Skip to content

Commit ac0f8f0

Browse files
committed
Update test/libsolidity/util/ContractABIUtils.h
Signed-off-by: chloefeal <188809157+chloefeal@users.noreply.github.com>
1 parent fcc4485 commit ac0f8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)