diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:49:15 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:29 +0100 |
commit | 32b16865b0bb0757885e27246901f262eb5e7eab (patch) | |
tree | 91138e00dbd3497822ab89edbd3b59aeb60b190a /starmath/inc | |
parent | d2dbab23caf580cc1ca0b5c5f0041da377cde593 (diff) |
typo: horizontical -> horizontal
Diffstat (limited to 'starmath/inc')
-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 |