X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLayoutModuleList.cpp;h=83c51fb96764328c07e4d3ded9b97005795c4bd3;hb=190439eccfb04b3a27b4e85b548245d3b1f4076a;hp=7b79531efc47a102bd4187caba9ce46cdefe7b3c;hpb=ea0501025e880514787d2148d58d49caa7859eaf;p=lyx.git diff --git a/src/LayoutModuleList.cpp b/src/LayoutModuleList.cpp index 7b79531efc..83c51fb967 100644 --- a/src/LayoutModuleList.cpp +++ b/src/LayoutModuleList.cpp @@ -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; }