aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-12-01 17:43:45 +0800
committerGitHub <noreply@github.com>2016-12-01 17:43:45 +0800
commit67f274f66c65058c784e610767144cfe32a7dd2c (patch)
treedd2ba894f8e554e1a6efdff36a9942c11bad5564 /test/libsolidity
parentac357d12252ceb113a823a400418a59a94521c71 (diff)
parent29e304d3bc71dd6ec8492978c36d594a1a43f538 (diff)
downloaddexon-solidity-67f274f66c65058c784e610767144cfe32a7dd2c.tar.gz
dexon-solidity-67f274f66c65058c784e610767144cfe32a7dd2c.tar.zst
dexon-solidity-67f274f66c65058c784e610767144cfe32a7dd2c.zip
Merge pull request #1459 from federicobond/fix-typo
Fix typos (existant -> existent)
Diffstat (limited to 'test/libsolidity')
-rw-r--r--test/libsolidity/SolidityNatspecJSON.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/SolidityNatspecJSON.cpp b/test/libsolidity/SolidityNatspecJSON.cpp
index ef69e85c..85bc2277 100644
--- a/test/libsolidity/SolidityNatspecJSON.cpp
+++ b/test/libsolidity/SolidityNatspecJSON.cpp
@@ -560,7 +560,7 @@ BOOST_AUTO_TEST_CASE(dev_title_at_function_error)
expectNatspecError(sourceCode);
}
-BOOST_AUTO_TEST_CASE(dev_documenting_nonexistant_param)
+BOOST_AUTO_TEST_CASE(dev_documenting_nonexistent_param)
{
char const* sourceCode = "contract test {\n"
" /// @dev Multiplies a number by 7 and adds second parameter\n"