typo: unpleasent -> unpleasant
This commit is contained in:
@@ -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; }
|
||||||
|
Reference in New Issue
Block a user