Explorar el Código

Typo in a comment

Source commit: 0ce4ef1d69fc1c8a9b063c8c9e026e34aa0435c3
Martin Prikryl hace 6 años
padre
commit
b4fb27d634
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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