From 4361b394cd707b0fbcdcdf7f7f3258b76b840f08 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:24:50 +0000 Subject: Fix typo Change-Id: I0e671745c320283a1f62f49c336a1d68cfae4371 Reviewed-on: https://gerrit.libreoffice.org/72940 Tested-by: Jenkins Reviewed-by: Julien Nabet --- extensions/source/update/check/updatehdl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source') diff --git a/extensions/source/update/check/updatehdl.cxx b/extensions/source/update/check/updatehdl.cxx index a54dd15cbadd..9630a9395218 100644 --- a/extensions/source/update/check/updatehdl.cxx +++ b/extensions/source/update/check/updatehdl.cxx @@ -742,7 +742,7 @@ void UpdateHandler::focusControl( DialogControls eID ) return; } - OSL_ENSURE( (eID < BUTTON_COUNT), "UpdateHandler::focusControl: id to big!" ); + OSL_ENSURE( (eID < BUTTON_COUNT), "UpdateHandler::focusControl: id too big!" ); uno::Reference< awt::XWindow > xWindow( xContainer->getControl( msButtonIDs[static_cast(eID)] ), uno::UNO_QUERY ); if ( xWindow.is() ) -- cgit