]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutFile.cpp
Fixme comment.
[lyx.git] / src / LayoutFile.cpp
index 8b4bba35532f5ad543bf4657cda73c689237e185..90ea111d90e395eafa9d20f4051f4f16c9ffc30e 100644 (file)
@@ -275,7 +275,7 @@ LayoutFileIndex
                                // There will be only one textclass with this name, even if different
                                // layout files are loaded from different directories.
                                if (haveClass(textclass)) {
-                                       LYXERR0("Exisint textclass " << textclass << " is redefined by " << fullName);
+                                       LYXERR0("Existing textclass " << textclass << " is redefined by " << fullName);
                                        delete classmap_[textclass];
                                }
                                classmap_[textclass] = tmpl;