diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-18 12:37:04 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-18 09:35:43 +0000 |
commit | 23af031b09dffe37222517d69f5337db26fdb307 (patch) | |
tree | ae1219ec20ccacd0fe9fdc0fc539e5b8f41420d3 /starmath | |
parent | 78e9ba6febb7402d4661fbf7934a2526efc8629a (diff) |
Fix typos in comments
Diffstat (limited to 'starmath')
-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 76e25279fb55..b97e00305e36 100644 --- a/starmath/inc/caret.hxx +++ b/starmath/inc/caret.hxx @@ -365,7 +365,7 @@ private: * For up and down movement, we also iterator over all caret positions and use SmCaretPos2LineVisitor * to find a line for each caret position. Then we compute the distance from the current * caret position to every other caret position and chooses the one closest that is either - * above or below the current caret position, depending on wether we're doing up or down movement. + * above or below the current caret position, depending on whether we're doing up or down movement. * * This result of this approach to caret movement is that we have logically predictable * movement for left and right, whilst leftclick, up and down movement depends on the sizes |