From 5507e539db2cec477787e75993ae2be07d03ae9a Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 1 Dec 2015 17:51:06 +0900 Subject: [PATCH] Fix typo in comment Change-Id: I62c80cb0aa25374b41dcfde2ff6e03bd3c465bf5 --- starmath/inc/node.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {