]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMacroTemplate.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathMacroTemplate.h
index 7bdb6a58747fd4b5b3047c8e08d90e58db72439f..bdba22143f7f6e0fa9b33e5cca85c6f68d434b62 100644 (file)
@@ -48,7 +48,7 @@ public:
        void write(std::ostream & os) const;
        ///
        void write(WriteStream & os) const;
-       /// Output LaTeX code, but assume that the macro is not definied yet
+       /// Output LaTeX code, but assume that the macro is not defined yet
        /// if overwriteRedefinition is true
        int write(WriteStream & os, bool overwriteRedefinition) const;
        /// Nothing happens. This is simply to suppress the default output.