mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
Typo from Sven
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34440 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
df681f8830
commit
1e3318a9c1
@ -1517,7 +1517,7 @@ bool BufferParams::removeBadModules()
|
||||
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…
x
Reference in New Issue
Block a user