Skip to content

Commit

Permalink
[log] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Apr 22, 2013
1 parent 3010bbf commit 9a64377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/applications.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ bool Application::diagnosticCheckFile(const shared_ptr<Configuration>& config, c
boost::filesystem::path file = config->get<string>(key);
bool exists = boost::filesystem::exists(file);
if (!exists) {
log.errorStream() << key << " = \"" << file.string() << "\" does not exists.";
log.errorStream() << key << " = \"" << file.string() << "\" does not exist.";
}
return exists;
} else {
Expand Down

0 comments on commit 9a64377

Please sign in to comment.