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; }