diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:59:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:02 +0200 |
commit | 2805ac13dcf5ec0c7bbac949ff08a044a6805fd7 (patch) | |
tree | 07c93e952ef78e0da5eb8b365f01ecb7a7ab2227 /starmath/source/cursor.cxx | |
parent | cc1352243e4c69c60851df901d2491fff91c2cb4 (diff) |
typo: choosen -> chosen
Diffstat (limited to 'starmath/source/cursor.cxx')
-rw-r--r-- | starmath/source/cursor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx index f8a7ef9cb6d9..f3eff790fd0c 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -1391,7 +1391,7 @@ void SmCursor::FinishEdit(SmNodeList* pLineList, //and RSUB to the last eleent in pLineList. But how should this act //for CSUP and CSUB ??? //For this reason and because brackets was faster to implement, this solution - //have been choosen. It might be worth working on the other solution later... + //have been chosen. It might be worth working on the other solution later... } //Set pStartLine if NULL |