]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathGrid.h
index 89c8e7f07911852590f83851a22e0574bc13eb8e..1c8efd1814fe3272e5af0410fb493a740349c694 100644 (file)
@@ -45,7 +45,7 @@ public:
                CellInfo();
                /// multicolumn flag
                Multicolumn multi;
-               /// special multi colums alignment
+               /// special multi columns alignment
                docstring align;
        };
 
@@ -95,7 +95,7 @@ public:
        };
 
 public:
-       /// sets nrows and ncols to 1, vertical alingment to 'c'
+       /// sets nrows and ncols to 1, vertical alignment to 'c'
        explicit InsetMathGrid(Buffer * buf);
        /// Note: columns first!
        InsetMathGrid(Buffer * buf, col_type m, row_type n);