| Index: remoting/client/normalizing_input_filter_win.cc
|
| diff --git a/remoting/client/normalizing_input_filter_win.cc b/remoting/client/normalizing_input_filter_win.cc
|
| index 20950da06d704204d5d8c73357e22acfc460aa27..e1fa6c0040096ea86c18713af4fb23e804c40fa8 100644
|
| --- a/remoting/client/normalizing_input_filter_win.cc
|
| +++ b/remoting/client/normalizing_input_filter_win.cc
|
| @@ -54,7 +54,7 @@ void NormalizingInputFilterWin::ProcessKeyDown(
|
|
|
| // If a keydown for something other than RightAlt is received while there
|
| // is a deferred LeftControl event then treat it as an actual LeftControl
|
| - // event, and flush it.
|
| + // event, and flush it.
|
| FlushDeferredKeydownEvent();
|
|
|
| if (IsLeftControl(event.usb_keycode())) {
|
|
|