From 29e304d3bc71dd6ec8492978c36d594a1a43f538 Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Thu, 1 Dec 2016 01:29:30 -0300 Subject: Fix typos (existant -> existent) --- solc/CommandLineInterface.cpp | 2 +- test/libsolidity/SolidityNatspecJSON.cpp | 2 +- 2 files changed, 2 insertions(+), 2 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; } 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" -- cgit v1.2.3