]> git.lyx.org Git - features.git/commitdiff
fix typo in error message
authorAndré Pönitz <poenitz@gmx.net>
Fri, 12 Apr 2002 15:14:13 +0000 (15:14 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 12 Apr 2002 15:14:13 +0000 (15:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3988 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/formulabase.C

index 8e7fbffac4b85b2af5770e63dd1c91ac4de7394e..3caaea28a41f809054395c64efe311e5ac61979e 100644 (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);