| Index: ui/base/accelerators/accelerator_manager.h
|
| diff --git a/ui/base/accelerators/accelerator_manager.h b/ui/base/accelerators/accelerator_manager.h
|
| index 0e33ad659aa9c932d143803c5627e880b5745176..8398c8f7404c2253e76fdb8cb63eac1a28bf9c1e 100644
|
| --- a/ui/base/accelerators/accelerator_manager.h
|
| +++ b/ui/base/accelerators/accelerator_manager.h
|
| @@ -65,7 +65,7 @@ class UI_BASE_EXPORT AcceleratorManager {
|
| // Returns the AcceleratorTarget that should be activated for the specified
|
| // keyboard accelerator, or NULL if no view is registered for that keyboard
|
| // accelerator.
|
| - AcceleratorTarget* GetCurrentTarget(const Accelerator& accelertor) const;
|
| + AcceleratorTarget* GetCurrentTarget(const Accelerator& accelerator) const;
|
|
|
| // Whether the given |accelerator| has a priority handler associated with it.
|
| bool HasPriorityHandler(const Accelerator& accelerator) const;
|
|
|