From bfec6d2552e76b2ae688d5a8141019e64f89765f Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Fri, 17 Aug 2012 17:24:09 +0200 Subject: [PATCH] typo --- src/support/FileName.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/FileName.cpp b/src/support/FileName.cpp index 5d05b13a7e..8a1176d60f 100644 --- a/src/support/FileName.cpp +++ b/src/support/FileName.cpp @@ -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(); } -- 2.39.5