Dear Luigi!
When I read through the source code to better understand mathcodes, I noticed
two small spelling mistakes.
I have attached the patch file, but here is also the diff inserted:
diff --git a/source/texk/web2c/luatexdir/tex/mathcodes.c
b/source/texk/web2c/luatexdir/tex/mathcodes.c
index 42e8b0b15..19157d71b 100644
--- a/source/texk/web2c/luatexdir/tex/mathcodes.c
+++ b/source/texk/web2c/luatexdir/tex/mathcodes.c
@@ -25,7 +25,7 @@ with LuaTeX; if not, see <http://www.gnu.org/licenses/>.
/*tex
-We support tre traditional math codes as well as larger ones suitable for
+We support the traditional math codes as well as larger ones suitable for
\UNICODE\ input and fonts.
*/
@@ -52,7 +52,7 @@ static sa_tree delcode_head = NULL;
/*tex
We now get lots of helpers for definitions and printing. The storage model
-that we use is different because we can hav emany more so we need to be
+that we use is different because we can have many more so we need to be
sparse. Therefore we use trees.
*/
Josef
diff --git a/source/texk/web2c/luatexdir/tex/mathcodes.c b/source/texk/web2c/luatexdir/tex/mathcodes.c
index 42e8b0b15..19157d71b 100644
--- a/source/texk/web2c/luatexdir/tex/mathcodes.c
+++ b/source/texk/web2c/luatexdir/tex/mathcodes.c
@@ -25,7 +25,7 @@ with LuaTeX; if not, see <http://www.gnu.org/licenses/>.
/*tex
-We support tre traditional math codes as well as larger ones suitable for
+We support the traditional math codes as well as larger ones suitable for
\UNICODE\ input and fonts.
*/
@@ -52,7 +52,7 @@ static sa_tree delcode_head = NULL;
/*tex
We now get lots of helpers for definitions and printing. The storage model
-that we use is different because we can hav emany more so we need to be
+that we use is different because we can have many more so we need to be
sparse. Therefore we use trees.
*/
_______________________________________________
dev-luatex mailing list -- dev-luatex@ntg.nl
To unsubscribe send an email to dev-luatex-le...@ntg.nl