mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typos (existant -> existent)
This commit is contained in:
parent
ac357d1225
commit
29e304d3bc
@ -327,7 +327,7 @@ void CommandLineInterface::readInputFilesAndConfigureRemappings()
|
|||||||
auto infile = boost::filesystem::path(path);
|
auto infile = boost::filesystem::path(path);
|
||||||
if (!boost::filesystem::exists(infile))
|
if (!boost::filesystem::exists(infile))
|
||||||
{
|
{
|
||||||
cerr << "Skipping non existant input file \"" << infile << "\"" << endl;
|
cerr << "Skipping non-existent input file \"" << infile << "\"" << endl;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -560,7 +560,7 @@ BOOST_AUTO_TEST_CASE(dev_title_at_function_error)
|
|||||||
expectNatspecError(sourceCode);
|
expectNatspecError(sourceCode);
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(dev_documenting_nonexistant_param)
|
BOOST_AUTO_TEST_CASE(dev_documenting_nonexistent_param)
|
||||||
{
|
{
|
||||||
char const* sourceCode = "contract test {\n"
|
char const* sourceCode = "contract test {\n"
|
||||||
" /// @dev Multiplies a number by 7 and adds second parameter\n"
|
" /// @dev Multiplies a number by 7 and adds second parameter\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user