diff options
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 |