]> git.lyx.org Git - features.git/commitdiff
* typo
authorStefan Schimanski <sts@lyx.org>
Sat, 6 Sep 2008 15:10:10 +0000 (15:10 +0000)
committerStefan Schimanski <sts@lyx.org>
Sat, 6 Sep 2008 15:10:10 +0000 (15:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26314 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathMacroTemplate.cpp

index 11b9ae90c6e096f20cf30691bc403e745bae272b..c0af9f106f8ae1c4b0361665aa66af28076a5cc3 100644 (file)
@@ -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