aboutsummaryrefslogtreecommitdiffstats
path: root/solc/CommandLineInterface.cpp
diff options
context:
space:
mode:
authorFederico Bond <federicobond@gmail.com>2016-12-01 12:29:30 +0800
committerFederico Bond <federicobond@gmail.com>2016-12-01 12:29:30 +0800
commit29e304d3bc71dd6ec8492978c36d594a1a43f538 (patch)
treedd2ba894f8e554e1a6efdff36a9942c11bad5564 /solc/CommandLineInterface.cpp
parentac357d12252ceb113a823a400418a59a94521c71 (diff)
downloaddexon-solidity-29e304d3bc71dd6ec8492978c36d594a1a43f538.tar
dexon-solidity-29e304d3bc71dd6ec8492978c36d594a1a43f538.tar.gz
dexon-solidity-29e304d3bc71dd6ec8492978c36d594a1a43f538.tar.bz2
dexon-solidity-29e304d3bc71dd6ec8492978c36d594a1a43f538.tar.lz
dexon-solidity-29e304d3bc71dd6ec8492978c36d594a1a43f538.tar.xz
dexon-solidity-29e304d3bc71dd6ec8492978c36d594a1a43f538.tar.zst
dexon-solidity-29e304d3bc71dd6ec8492978c36d594a1a43f538.zip
Fix typos (existant -> existent)
Diffstat (limited to 'solc/CommandLineInterface.cpp')
-rw-r--r--solc/CommandLineInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp
index c677cf1f..49fac51c 100644
--- a/solc/CommandLineInterface.cpp
+++ b/solc/CommandLineInterface.cpp
@@ -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;
}