Browse Source

Typo

Source commit: 18c3f689c0d74cfac1d6d80bfa26ad72a3f05a20
Martin Prikryl 9 years ago
parent
commit
c523078286
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/windows/TerminalManager.cpp

+ 1 - 1
source/windows/TerminalManager.cpp

@@ -814,7 +814,7 @@ bool __fastcall TTerminalManager::HandleMouseWheel(WPARAM WParam, LPARAM LParam)
       if ((Form != NULL) && Form->Active)
       {
         // Send it only to windows we tested it with.
-        // Though we should sooner or later remote this test and pass it to all our windows.
+        // Though we should sooner or later remove this test and pass it to all our windows.
         if (Form->Perform(WM_WANTS_MOUSEWHEEL, 0, 0) == 1)
         {
           SendMessage(Control->Handle, WM_MOUSEWHEEL, WParam, LParam);