diff options
author | chriseth <chris@ethereum.org> | 2018-07-11 17:52:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 17:52:22 +0800 |
commit | 07910c80cb42a717212cf6b0a4c405eff20e6051 (patch) | |
tree | 7ab4a06da70cde7c253a1a0c82ccc085bf76efd5 /test/libsolidity/SolidityABIJSON.cpp | |
parent | d84976dc871a1fdfab233650b989af69e325bf2b (diff) | |
parent | 140dbfdbd8f4319d1d02339feea0a8636a3738e5 (diff) | |
download | dexon-solidity-07910c80cb42a717212cf6b0a4c405eff20e6051.tar dexon-solidity-07910c80cb42a717212cf6b0a4c405eff20e6051.tar.gz dexon-solidity-07910c80cb42a717212cf6b0a4c405eff20e6051.tar.bz2 dexon-solidity-07910c80cb42a717212cf6b0a4c405eff20e6051.tar.lz dexon-solidity-07910c80cb42a717212cf6b0a4c405eff20e6051.tar.xz dexon-solidity-07910c80cb42a717212cf6b0a4c405eff20e6051.tar.zst dexon-solidity-07910c80cb42a717212cf6b0a4c405eff20e6051.zip |
Merge pull request #4462 from cryptomental/feature/add-codespell
Feature/add codespell
Diffstat (limited to 'test/libsolidity/SolidityABIJSON.cpp')
-rw-r--r-- | test/libsolidity/SolidityABIJSON.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/SolidityABIJSON.cpp b/test/libsolidity/SolidityABIJSON.cpp index c366e866..736b0b33 100644 --- a/test/libsolidity/SolidityABIJSON.cpp +++ b/test/libsolidity/SolidityABIJSON.cpp @@ -199,7 +199,7 @@ BOOST_AUTO_TEST_CASE(multiple_params) BOOST_AUTO_TEST_CASE(multiple_methods_order) { - // methods are expected to be in alpabetical order + // methods are expected to be in alphabetical order char const* sourceCode = R"( contract test { function f(uint a) public returns (uint d) { return a * 7; } |