From 7319f5faccc74dd1a0662c803a2c1428f7b7446e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 29 Sep 2015 18:09:26 +0200 Subject: Fix typos Change-Id: Ic3d2171521e308261c354d8f699b44b26c95f1ea Reviewed-on: https://gerrit.libreoffice.org/18978 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- starmath/source/view.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/source/view.cxx') 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'. -- cgit