mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
typo
This commit is contained in:
parent
37137f43f4
commit
bfec6d2552
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user