]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathExtern.cpp
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / MathExtern.cpp
index 46c544847a23c8fdf5bfc805422cd9315b6ab010..311b32389533edb494223d0c3ef8a01f3737b8ba 100644 (file)
@@ -342,7 +342,7 @@ void replaceNested(
 
 
 //
-// split scripts into seperate super- and subscript insets. sub goes in
+// split scripts into separate super- and subscript insets. sub goes in
 // front of super...
 //
 
@@ -683,7 +683,7 @@ void extractIntegrals(MathData & ar, ExternalMath kind)
                if (!testIntegral(*it))
                        continue;
 
-               // core ist part from behind the scripts to the 'd'
+               // core is part from behind the scripts to the 'd'
                auto p = make_unique<InsetMathExInt>(buf, from_ascii("int"));
 
                // handle scripts if available