Fix typos (existant -> existent)

This commit is contained in:
Federico Bond
2016-12-01 01:29:30 -03:00
parent ac357d1225
commit 29e304d3bc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
}