mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Typo from Sven
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34425 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7ee7b892d0
commit
ffb189f0a9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user