summaryrefslogtreecommitdiff
path: root/starmath/source/view.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/view.cxx')
-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 574755ba7d84..d548b61d2925 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -822,7 +822,7 @@ IMPL_LINK_NOARG_TYPED( SmCmdBoxWindow, InitialFocusTimerHdl, Timer *, void )
// Problem: There is no proper way to do this
// Thus: this timer based solution has been implemented (see GrabFocus below)
- // Follow-up problem (#i114910): grabing the focus may bust the help system since
+ // Follow-up problem (#i114910): grabbing the focus may bust the help system since
// it relies on getting the current frame which conflicts with grabbing the focus.
// Thus aside from the 'GrabFocus' call everything else is to get the
// help reliably working despite using 'GrabFocus'.