diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 13:48:22 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:45:35 +0100 |
commit | aa1b4a294da57bbc54c492c94919486a64b6866f (patch) | |
tree | a8044a9db341010ffd48226230ec302611ced5aa /starmath | |
parent | 3f71a35ac72d604519a3c43a1c1cc44b3e04b420 (diff) |
Various typos
Change-Id: I61d6a92e5301e07c9180d94dafec23ef1a06e0ef
Diffstat (limited to 'starmath')
-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 4318a3bf93bb..cd5bbc01da5d 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -244,7 +244,7 @@ void SmCursor::Delete(){ if(!HasSelection()) return; - //Enter edit setion + //Enter edit section BeginEdit(); //Set selected on nodes |