From 01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 15 Jun 2015 17:03:57 +0200 Subject: Fix typos Change-Id: I28cfc629dc3d6ef54128615452667ccce86c1072 Reviewed-on: https://gerrit.libreoffice.org/16297 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- vcl/source/window/accmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/window/accmgr.cxx') diff --git a/vcl/source/window/accmgr.cxx b/vcl/source/window/accmgr.cxx index 3ce6099355e9..5bc762739c40 100644 --- a/vcl/source/window/accmgr.cxx +++ b/vcl/source/window/accmgr.cxx @@ -220,7 +220,7 @@ bool ImplAccelManager::IsAccelKey( const vcl::KeyCode& rKeyCode, sal_uInt16 nRep // already assigned ! if ( pEntry->mbEnabled ) { - // first call activate/aeactivate-Handler + // first call activate/deactivate-Handler pAccel->Activate(); pAccel->Deactivate(); -- cgit