Browse Source

Login.cpp : Typo Fix

smoking_ace 1 year ago
parent
commit
6e6dc599bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/Login.cpp

+ 1 - 1
source/forms/Login.cpp

@@ -1446,7 +1446,7 @@ void __fastcall TLoginDialog::SaveDataList(TList * DataList)
   // Normally we would call this from Execute,
   // but at that point the windows is already hidden.
   // Cloning session data may pop up master password dialog:
-  // - if it happens between closing and destroyiong login dialog
+  // - if it happens between closing and destroying login dialog
   //   the next window will appear in background for some reason
   // - and its actually even nicer when master password dialog pops up over
   //   the login dialog