summaryrefslogtreecommitdiff
path: root/starmath/inc/caret.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:40:15 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:25 +0100
commitf8d601cb539a14ac9a669410a0e2b4b96cb6f813 (patch)
tree13a2d1b419eabc8feb3af995bf0d5ff9d95c632d /starmath/inc/caret.hxx
parentc289013572024bb04ff37e8ae0e5e8901c4339ca (diff)
typo: equantion -> equation
Diffstat (limited to 'starmath/inc/caret.hxx')
-rw-r--r--starmath/inc/caret.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/caret.hxx b/starmath/inc/caret.hxx
index 6eb6ecb505f9..e3f7b6506f66 100644
--- a/starmath/inc/caret.hxx
+++ b/starmath/inc/caret.hxx
@@ -11,7 +11,7 @@
#include "node.hxx"
-/** Representation of caret position with an equantion */
+/** Representation of caret position with an equation */
struct SmCaretPos{
SmCaretPos(SmNode* selectedNode = NULL, int iIndex = 0) {
pSelectedNode = selectedNode;