diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-12-01 17:51:06 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2015-12-01 18:05:25 +0900 |
commit | 5507e539db2cec477787e75993ae2be07d03ae9a (patch) | |
tree | 913b28f6349f91f75bad715181b1d8def409555d | |
parent | 9ca2de8c5995657973665189903aa2eebe0ef69a (diff) |
Fix typo in comment
Change-Id: I62c80cb0aa25374b41dcfde2ff6e03bd3c465bf5
-rw-r--r-- | starmath/inc/node.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index f07687ac05f5..cb33223f95da 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -549,7 +549,7 @@ public: /** Math symbol node * - * Use for math symbols such as plus, minus and integrale in the INT command. + * Use for math symbols such as plus, minus and integral in the INT command. */ class SmMathSymbolNode : public SmSpecialNode { |