From: Stefan Schimanski Date: Sat, 6 Sep 2008 15:10:10 +0000 (+0000) Subject: * typo X-Git-Tag: 1.6.10~3540 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=849b405c73c52ea423df36a7bb443dd920963689;p=features.git * typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26314 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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