Fixed typos [#METR-2807].

This commit is contained in:
Alexey Milovidov 2015-01-18 00:18:07 +03:00
parent 0c6dc2629e
commit 4f6bcb0568

View File

@ -63,7 +63,7 @@ public:
Poco::File file(Poco::Path(files_info_path).parent().toString() + "/" + filename);
if (!file.exists())
{
LOG_ERROR(log, "File " << file.path() << " doesn't exists");
LOG_ERROR(log, "File " << file.path() << " doesn't exist");
correct = false;
continue;
}