This commit is contained in:
Juergen Spitzmueller 2012-08-17 17:24:09 +02:00
parent 37137f43f4
commit bfec6d2552

View File

@ -729,7 +729,7 @@ docstring FileName::displayName(int threshold) const
docstring FileName::fileContents(string const & encoding) const
{
if (!isReadableFile()) {
LYXERR0("File '" << *this << "' is not redable!");
LYXERR0("File '" << *this << "' is not readable!");
return docstring();
}