diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/cursor.hxx | 2 | ||||
-rw-r--r-- | starmath/inc/node.hxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx index c5e3b85c7819..0f4ca80d08bc 100644 --- a/starmath/inc/cursor.hxx +++ b/starmath/inc/cursor.hxx @@ -12,7 +12,7 @@ #include "node.hxx" #include "caret.hxx" -/** Factor to multiple the squared horizontical distance with +/** Factor to multiple the squared horizontal distance with * Used for Up and Down movement. */ #define HORIZONTICAL_DISTANCE_FACTOR 10 diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index 89588972c88f..0834a6c7b0bc 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -771,7 +771,7 @@ public: -/** Unary horizontical node +/** Unary horizontal node * * The same as SmBinHorNode except this is for unary operators. */ @@ -897,7 +897,7 @@ public: -/** Binary horizontical node +/** Binary horizontal node * * This node is used for creating the OVER command, consider the formula: * "numerator OVER denominator", which looks like |