summaryrefslogtreecommitdiff
path: root/vcl/source/window/accmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/accmgr.cxx')
-rw-r--r--vcl/source/window/accmgr.cxx2
1 files changed, 1 insertions, 1 deletions
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();