]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutModuleList.cpp
TR1: move TR1 check to config.h / buildsystem
[lyx.git] / src / LayoutModuleList.cpp
index 7b79531efc47a102bd4187caba9ce46cdefe7b3c..83c51fb96764328c07e4d3ded9b97005795c4bd3 100644 (file)
@@ -192,7 +192,7 @@ bool LayoutModuleList::removeBadModules(LayoutFile const * const lay)
                for (; !excluded && pit != pen; ++pit) {
                        if (!LyXModule::areCompatible(modname, *pit)) {
                                LYXERR0("Module " << modname << 
-                                               " dropped becuase it conflicts with provided module `" << *pit << "'.");
+                                               " dropped because it conflicts with provided module `" << *pit << "'.");
                                consistent = false;
                                excluded = true;
                        }