mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
fix typo in error message
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3988 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
acf7dbb946
commit
c23e945804
@ -623,7 +623,7 @@ InsetFormulaBase::localDispatch(BufferView * bv, kb_action action,
|
||||
istringstream is(arg.c_str());
|
||||
is >> ls >> rs;
|
||||
if (!is) {
|
||||
lyxerr << "can't parse delimeters from '" << arg << "'\n";
|
||||
lyxerr << "can't parse delimiters from '" << arg << "'\n";
|
||||
break;
|
||||
}
|
||||
bv->lockedInsetStoreUndo(Undo::EDIT);
|
||||
|
Loading…
Reference in New Issue
Block a user