diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:41:06 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:26 +0100 |
commit | 25a06a317b1816c8cf7fe36e44186b7b93fedd86 (patch) | |
tree | bf730f759ead39281fa5345e038f396b5376d32b /starmath/inc | |
parent | f8d601cb539a14ac9a669410a0e2b4b96cb6f813 (diff) |
typo: unpleasent -> unpleasant
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/caret.hxx | 2 |
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; } |