commit 0894a17e33e2ad61a4eb76059767b134b6cc460b
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Thu Oct 27 19:58:01 2016 +0200

    Typo.
---
 src/frontends/qt4/GuiApplication.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt4/GuiApplication.cpp 
b/src/frontends/qt4/GuiApplication.cpp
index 81d5373..2f6f8f2 100644
--- a/src/frontends/qt4/GuiApplication.cpp
+++ b/src/frontends/qt4/GuiApplication.cpp
@@ -2978,7 +2978,7 @@ GuiApplication::ReturnValues 
GuiApplication::readUIFile(FileName ui_path)
                        QString const file = toqstr(lex.getString());
                        bool const success = readUIFile(file, true);
                        if (!success) {
-                               LYXERR0("Failed to read inlcuded file: " << 
fromqstr(file));
+                               LYXERR0("Failed to read included file: " << 
fromqstr(file));
                                return ReadError;
                        }
                        break;

Reply via email to