summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:41:06 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:26 +0100
commit25a06a317b1816c8cf7fe36e44186b7b93fedd86 (patch)
treebf730f759ead39281fa5345e038f396b5376d32b /starmath/inc
parentf8d601cb539a14ac9a669410a0e2b4b96cb6f813 (diff)
typo: unpleasent -> unpleasant
Diffstat (limited to 'starmath/inc')
-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 e3f7b6506f66..411781ffafb7 100644
--- a/starmath/inc/caret.hxx
+++ b/starmath/inc/caret.hxx
@@ -28,7 +28,7 @@ struct SmCaretPos{
* Notice how there's special cases for SmTextNode.
*/
//TODO: Special cases for SmBlankNode is needed
- //TODO: Consider forgetting about the todo above... As it's really unpleasent.
+ //TODO: Consider forgetting about the todo above... As it's really unpleasant.
int Index;
/** True, if this is a valid caret position */
bool IsValid() const { return pSelectedNode != NULL; }