]> git.lyx.org Git - features.git/commitdiff
Typo.
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 27 Oct 2016 17:58:01 +0000 (19:58 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 27 Oct 2016 17:58:01 +0000 (19:58 +0200)
src/frontends/qt4/GuiApplication.cpp

index 81d5373a70c4e7490d21eb7f727670c85c612e93..2f6f8f202b0ea328607650bdbca8cba023cb55ec 100644 (file)
@@ -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;