From 25a06a317b1816c8cf7fe36e44186b7b93fedd86 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 29 Mar 2014 18:41:06 +0100 Subject: typo: unpleasent -> unpleasant --- starmath/inc/caret.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/inc') 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; } -- cgit