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/ViewPureChecker.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/ViewPureChecker.cpp')
-rw-r--r-- | test/libsolidity/ViewPureChecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/ViewPureChecker.cpp b/test/libsolidity/ViewPureChecker.cpp index bb5480b2..299cd084 100644 --- a/test/libsolidity/ViewPureChecker.cpp +++ b/test/libsolidity/ViewPureChecker.cpp @@ -55,7 +55,7 @@ BOOST_AUTO_TEST_CASE(environment_access) "this", "address(1).balance" }; - // ``block.blockhash`` and ``blockhash`` are tested seperately below because their usage will + // ``block.blockhash`` and ``blockhash`` are tested separately below because their usage will // produce warnings that can't be handled in a generic way. vector<string> pure{ "msg.data", |