diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:09:26 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 10:45:48 +0000 |
commit | 7319f5faccc74dd1a0662c803a2c1428f7b7446e (patch) | |
tree | e77ff588bc2d58b8f3e5130190af3102e14b8ecb /starmath/source/view.cxx | |
parent | 82f0a4f9300ab3898925941ff541b3382b0175e0 (diff) |
Fix typos
Change-Id: Ic3d2171521e308261c354d8f699b44b26c95f1ea
Reviewed-on: https://gerrit.libreoffice.org/18978
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r-- | starmath/source/view.cxx | 2 |
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'. |