Skip to content

Commit 9a64377

Browse files
committed
[log] Fix typo
1 parent 3010bbf commit 9a64377

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/applications.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ bool Application::diagnosticCheckFile(const shared_ptr<Configuration>& config, c
181181
boost::filesystem::path file = config->get<string>(key);
182182
bool exists = boost::filesystem::exists(file);
183183
if (!exists) {
184-
log.errorStream() << key << " = \"" << file.string() << "\" does not exists.";
184+
log.errorStream() << key << " = \"" << file.string() << "\" does not exist.";
185185
}
186186
return exists;
187187
} else {

0 commit comments

Comments
 (0)