diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-11-04 15:54:11 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-11-04 21:16:28 +0100 |
commit | 6dac288c724b47f4213a40d3a3a22895904e5bd7 (patch) | |
tree | 1a66705340ad1b1b19c8acfbd3dc9f97c5e47442 /starmath | |
parent | c3fbaa3089b0d0beafa6c4334c2e497652de4cf1 (diff) |
Fix typos
Change-Id: I8a7a313b54aafc5347e00c5afec4648e09dbc981
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105295
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/token.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/token.hxx b/starmath/inc/token.hxx index 5b5d8e80634f..f17d527fc54c 100644 --- a/starmath/inc/token.hxx +++ b/starmath/inc/token.hxx @@ -76,7 +76,7 @@ enum SmTokenType TPRECEDESEQUAL, TSUCCEEDSEQUAL, TPRECEDESEQUIV, TSUCCEEDSEQUIV, // Order eq TLEFTARROW, TRIGHTARROW, TUPARROW, TDOWNARROW, // Arrows TDRARROW, TDLARROW, TDLRARROW, TDEF, // Double arrows, definition - TPROP, TNDIVIDES, TDIVIDES, TAPPROX, // Proportions, approximisation + TPROP, TNDIVIDES, TDIVIDES, TAPPROX, // Proportions, approximation TLESLANT, TGESLANT, TTRANSL, TTRANSR, // <= >= corresponds // Tensors TOPLUS, TOMINUS, TOTIMES, TODIVIDE, TODOT, @@ -111,7 +111,7 @@ enum SmTokenType TLANGLE, TRANGLE, TLBRACE, TRBRACE, // <x> {x} // Brackets Lines TLLINE, TRLINE, TLDLINE, TRDLINE, TMLINE, - // Differencial calculus + // Differential calculus TNABLA, TPARTIAL, TFOURIER, TLAPLACE, // Derivative, Transformation TINTD, TINT, TIINT, TIIINT, // Integral TLINT, TLLINT, TLLLINT, // Circuit integral |