summaryrefslogtreecommitdiffstats
path: root/starmath
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:57:43 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:32 +0100
commitd6837aa330821dd7b10ea14536e4fb1d41aa9a37 (patch)
tree957f361567158c89adf33d2e30240b0bada04d5d /starmath
parenttypo: selektion -> selection (diff)
downloadcore-d6837aa330821dd7b10ea14536e4fb1d41aa9a37.tar.gz
core-d6837aa330821dd7b10ea14536e4fb1d41aa9a37.zip
typo: soultion -> solution
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/view.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 06863207385d..29383a20f6b9 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -816,7 +816,7 @@ IMPL_LINK( SmCmdBoxWindow, InitialFocusTimerHdl, Timer *, EMPTYARG /*pTimer*/ )
// We want to have the focus in the edit window once Math has been opened
// to allow for immediate typing.
// Problem: There is no proper way to do this
- // Thus: this timer based soultion has been implemented (see GrabFocus below)
+ // Thus: this timer based solution has been implemented (see GrabFocus below)
// Follow-up problem (#i114910): grabing the focus may bust the help system since
// it relies on getting the current frame which conflicts with grabbing the focus.