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:
André Pönitz 2002-04-12 15:14:13 +00:00
parent acf7dbb946
commit c23e945804

View File

@ -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);