Fixed typo.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-10-31 09:30:10 +02:00
parent d8114a18f1
commit db1cdc3d53

View file

@ -204,7 +204,7 @@ void VAbstractConverter::ReplaceSymLink() const
QString error; QString error;
if (not SafeCopy(info.symLinkTarget(), fileName, error)) if (not SafeCopy(info.symLinkTarget(), fileName, error))
{ {
const QString errorMsg(tr("Error replacing a synlink by real file: %1.").arg(error)); const QString errorMsg(tr("Error replacing a symlink by real file: %1.").arg(error));
throw VException(errorMsg); throw VException(errorMsg);
} }
} }