aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ViewPureChecker.cpp
diff options
context:
space:
mode:
authorCryptomental <cryptomental.com@gmail.com>2018-07-10 15:18:19 +0800
committerCryptomental <cryptomental.com@gmail.com>2018-07-11 04:57:59 +0800
commit4116704442aff035acb5b707c6b211ac1f5524fe (patch)
tree6813ae8d78ecfa630cc85fdca09d1534d627c6c5 /test/libsolidity/ViewPureChecker.cpp
parenteb92d5f760995aef4c79fcaa3f8c2437718ffc7f (diff)
downloaddexon-solidity-4116704442aff035acb5b707c6b211ac1f5524fe.tar.gz
dexon-solidity-4116704442aff035acb5b707c6b211ac1f5524fe.tar.zst
dexon-solidity-4116704442aff035acb5b707c6b211ac1f5524fe.zip
test: Fix typos.
Fix typos using codespell. Refs: #4442
Diffstat (limited to 'test/libsolidity/ViewPureChecker.cpp')
-rw-r--r--test/libsolidity/ViewPureChecker.cpp2
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",