From c23e9458045a9495d9347e5e991991c8fe157781 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 12 Apr 2002 15:14:13 +0000 Subject: [PATCH] fix typo in error message git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3988 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/formulabase.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/formulabase.C b/src/mathed/formulabase.C index 8e7fbffac4..3caaea28a4 100644 --- a/src/mathed/formulabase.C +++ b/src/mathed/formulabase.C @@ -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); -- 2.39.2