typo: unpleasent -> unpleasant

This commit is contained in:
Thomas Arnhold
2014-03-29 18:41:06 +01:00
parent f8d601cb53
commit 25a06a317b

View File

@@ -28,7 +28,7 @@ struct SmCaretPos{
* Notice how there's special cases for SmTextNode. * Notice how there's special cases for SmTextNode.
*/ */
//TODO: Special cases for SmBlankNode is needed //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; int Index;
/** True, if this is a valid caret position */ /** True, if this is a valid caret position */
bool IsValid() const { return pSelectedNode != NULL; } bool IsValid() const { return pSelectedNode != NULL; }