Forráskód Böngészése

Typo in a comment

Source commit: 0ce4ef1d69fc1c8a9b063c8c9e026e34aa0435c3
Martin Prikryl 6 éve
szülő
commit
b4fb27d634
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      source/forms/NonVisual.cpp

+ 1 - 1
source/forms/NonVisual.cpp

@@ -1894,7 +1894,7 @@ void __fastcall TNonVisualDataModule::ControlContextPopup(TObject * Sender, cons
   if (Dock != NULL)
   {
     // While we can identify toolbar for which context menu is popping up in OnExecute,
-    // we cannot in OnUpdate, so we have to remeber it here.
+    // we cannot in OnUpdate, so we have to remember it here.
     FCustomizedToolbar = dynamic_cast<TTBCustomToolbar *>(Dock->ControlAtPos(MousePos, true, true, false));
   }
   else