Skip to content

Commit 5d17930

Browse files
committed
Typos in luamath
1 parent 4c3ab05 commit 5d17930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
\pgfluamath@install@function\pgfmathsubtract@=\pgfluamathsubtract@%
300300
\pgfluamath@install@function\pgfmathneg@=\pgfluamathneg@%
301301
\pgfluamath@install@function\pgfmathmultiply@=\pgfluamathmultiply@%
302-
\pgfmathfloat@install\pgfmath@iftrue=\pgfmathluamath@iftrue%
302+
\pgfluamath@install@function\pgfmath@iftrue=\pgfmathluamath@iftrue%
303303
\pgfluamath@install@function\pgfmathdivide@=\pgfluamathdivide@%
304304
% \pgfluamath@install@function\pgfmathdiv@=\pgfluamathdiv@%
305305
\pgfluamath@install@function\pgfmathfactorial@=\pgfluamathfactorial@%
@@ -406,7 +406,7 @@
406406
\def\pgfluamathadd@#1#2{%
407407
\pgfluamathgetresult{pgfluamathfunctions.add(#1,#2)}}%
408408
\def\pgfluamathsubtract@#1#2{%
409-
\pgfluamathgetresult{pgfluamathfunctions.substract(#1,#2)}}%
409+
\pgfluamathgetresult{pgfluamathfunctions.subtract(#1,#2)}}%
410410
\def\pgfluamathneg@#1{%
411411
\pgfluamathgetresult{pgfluamathfunctions.neg(#1)}}%
412412
\def\pgfluamathmultiply@#1#2{%

0 commit comments

Comments
 (0)