summaryrefslogtreecommitdiffstats
path: root/ui/base/accelerators/accelerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/accelerators/accelerator.h')
-rw-r--r--ui/base/accelerators/accelerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/base/accelerators/accelerator.h b/ui/base/accelerators/accelerator.h
index 33beaa4..6c7753f 100644
--- a/ui/base/accelerators/accelerator.h
+++ b/ui/base/accelerators/accelerator.h
@@ -73,7 +73,7 @@ class UI_EXPORT AcceleratorTarget {
virtual bool AcceleratorPressed(const Accelerator& accelerator) = 0;
// Should return true if the target can handle the accelerator events. The
- // AcceleratorPressed method is inovked only for targets for which
+ // AcceleratorPressed method is invoked only for targets for which
// CanHandleAccelerators returns true.
virtual bool CanHandleAccelerators() const = 0;
@@ -81,7 +81,7 @@ class UI_EXPORT AcceleratorTarget {
virtual ~AcceleratorTarget() {}
};
-// Since acclerator code is one of the few things that can't be cross platform
+// Since accelerator code is one of the few things that can't be cross platform
// in the chrome UI, separate out just the GetAcceleratorForCommandId() from
// the menu delegates.
class AcceleratorProvider {