From 849b405c73c52ea423df36a7bb443dd920963689 Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Sat, 6 Sep 2008 15:10:10 +0000 Subject: [PATCH] * typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26314 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/MathMacroTemplate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/MathMacroTemplate.cpp b/src/mathed/MathMacroTemplate.cpp index 11b9ae90c6..c0af9f106f 100644 --- a/src/mathed/MathMacroTemplate.cpp +++ b/src/mathed/MathMacroTemplate.cpp @@ -1168,7 +1168,7 @@ void MathMacroTemplate::write(WriteStream & os, bool overwriteRedefinition) cons } else { // in LyX output we use some pseudo syntax which is implementation // independent, e.g. - // \newcommand{\foo}[2][default}{#1,#2} + // \newcommand{\foo}[2][default]{#1,#2} if (redefinition_ && !overwriteRedefinition) os << "\\renewcommand"; else