]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathParser_flags.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / MathParser_flags.h
index fa9501abe3a0c65d5ba3cc2ef527a65619dbb3ed..ae516d11f9b0245f0fe55b4aaac43d377637955c 100644 (file)
@@ -23,7 +23,7 @@ enum flags {
        TEXTMODE = 0x01,
        /// Parse verbatim.
        VERBATIM = 0x02,
-       /// Quiet operation (no warnigs or errors).
+       /// Quiet operation (no warnings or errors).
        QUIET = 0x04,
        /// Wrap unicode symbols in \text{}.
        USETEXT = 0x08,