summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-16 16:34:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-16 19:16:10 +0200
commit3db23609d368687dd2b3122160d450e4bc5bbb78 (patch)
tree149b9567d019ac383fca0b1a5cf1c1c6cd18fb83 /starmath/inc
parenta94f95d173e531fe7df0e8caebd6763253798b39 (diff)
Fix typos
Split from https://gerrit.libreoffice.org/#/c/76764/ Change-Id: I19f11f80f08ce0d5b4ffda20449f1cddea980b7d Reviewed-on: https://gerrit.libreoffice.org/77596 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/cursor.hxx4
-rw-r--r--starmath/inc/visitors.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx
index b04b39748829..2ba17fb0a46c 100644
--- a/starmath/inc/cursor.hxx
+++ b/starmath/inc/cursor.hxx
@@ -62,7 +62,7 @@ class SmDocShell;
/** Formula cursor
*
* This class is used to represent a cursor in a formula, which can be used to manipulate
- * an formula programmatically.
+ * a formula programmatically.
* @remarks This class is a very intimate friend of SmDocShell.
*/
class SmCursor{
@@ -140,7 +140,7 @@ public:
/** Insert a new row or newline
*
- * Inserts a new row if position is in an matrix or stack command.
+ * Inserts a new row if position is in a matrix or stack command.
* Otherwise a newline is inserted if we're in a toplevel line.
*
* @returns True, if a new row/line could be inserted.
diff --git a/starmath/inc/visitors.hxx b/starmath/inc/visitors.hxx
index 290f1bdeacb8..39f5c6323064 100644
--- a/starmath/inc/visitors.hxx
+++ b/starmath/inc/visitors.hxx
@@ -272,7 +272,7 @@ private:
* denoted by | in "H|".
*
* Parameter variables:
- * The following variables are used to transfer parameters in to calls and results out
+ * The following variables are used to transfer parameters into calls and results out
* of calls.
* pRightMost : SmCaretPosGraphEntry*
*