summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-31 18:46:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-16 19:22:15 +0200
commit0b42faf3d09cb4e63feebcd056c7c014c657d404 (patch)
tree306eeb5f67fdb7b90b9cc6e8b8920dd214a2a27c /starmath
parent3db23609d368687dd2b3122160d450e4bc5bbb78 (diff)
Fix typos
Change-Id: Id8c879b81cde8da6119ac08d9d9028221486dc6a Reviewed-on: https://gerrit.libreoffice.org/76764 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/node.hxx8
-rw-r--r--starmath/source/accessibility.cxx2
-rw-r--r--starmath/source/mathmlimport.cxx2
3 files changed, 6 insertions, 6 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index 73bfb17132c9..845da0a95fc0 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -117,7 +117,7 @@ public:
virtual ~SmNode();
/**
- * Returns true if this is a instance of SmVisibleNode's subclass, false otherwise.
+ * Returns true if this is an instance of SmVisibleNode's subclass, false otherwise.
*/
virtual bool IsVisible() const = 0;
@@ -453,7 +453,7 @@ public:
*
* This node is used with commands: oper, uoper and boper.
* E.g. in "A boper op B", "op" will be an instance of SmGlyphSpecialNode.
- * "boper" simply interprets "op", the following token, as an binary operator.
+ * "boper" simply interprets "op", the following token, as a binary operator.
* The command "uoper" interprets the following token as unary operator.
* For these commands an instance of SmGlyphSpecialNode is used for the
* operator token, following the command.
@@ -560,7 +560,7 @@ public:
/** Error node, for parsing errors
*
- * This node is used for parsing errors and draws an questionmark turned upside
+ * This node is used for parsing errors and draws a questionmark turned upside
* down (inverted question mark).
*/
class SmErrorNode : public SmMathSymbolNode
@@ -582,7 +582,7 @@ public:
*
* This is the root node for the formula tree. This node is also used for the
* STACK and BINOM commands. When used for root node, its
- * children are instances of SmLineNode, and in some obscure cases the a child
+ * children are instances of SmLineNode, and in some obscure cases the child
* can be an instance of SmExpressionNode, mainly when errors occur.
*/
class SmTableNode : public SmStructureNode
diff --git a/starmath/source/accessibility.cxx b/starmath/source/accessibility.cxx
index 2121f5da59e6..8fb20618c701 100644
--- a/starmath/source/accessibility.cxx
+++ b/starmath/source/accessibility.cxx
@@ -1034,7 +1034,7 @@ static SfxItemState GetSvxEditEngineItemState( EditEngine const & rEditEngine, c
rEditEngine.GetCharAttribs( nPara, aAttribs );
bool bEmpty = true; // we found no item inside the selection of this paragraph
- bool bGaps = false; // we found items but theire gaps between them
+ bool bGaps = false; // we found items but there are gaps between them
sal_Int32 nLastEnd = nPos;
const SfxPoolItem* pParaItem = nullptr;
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index f49d88ca794b..48de32c3e0bd 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -890,7 +890,7 @@ public:
};
-/*avert thy gaze from the proginator*/
+/*avert the gaze from the originator*/
class SmXMLRowContext_Impl : public SmXMLDocContext_Impl
{
protected: