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:
@@ -327,7 +327,7 @@ void CommandLineInterface::readInputFilesAndConfigureRemappings()
|
||||
auto infile = boost::filesystem::path(path);
|
||||
if (!boost::filesystem::exists(infile))
|
||||
{
|
||||
cerr << "Skipping non existant input file \"" << infile << "\"" << endl;
|
||||
cerr << "Skipping non-existent input file \"" << infile << "\"" << endl;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user