浏览代码

Typos in comments

Source commit: d1c6b66b71ab25f61a7561a01dc95363187e800f
Martin Prikryl 3 年之前
父节点
当前提交
d657b3717f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      source/forms/Preferences.cpp

+ 2 - 2
source/forms/Preferences.cpp

@@ -3068,7 +3068,7 @@ void __fastcall TPreferencesDialog::CustomIniFileStorageEditExit(TObject * /*Sen
   }
   else
   {
-    // Reset the value to prevent accidental overwide of an INI file, in case the dialog cancel does not complete
+    // Reset the value to prevent accidental overwrite of an INI file, in case the dialog cancel does not complete
     CustomIniFileStorageEdit->Text = FCustomIniFileStorageName;
   }
 }
@@ -3086,7 +3086,7 @@ void __fastcall TPreferencesDialog::CustomIniFileStorageEditAfterDialog(TObject
 void __fastcall TPreferencesDialog::CustomIniFileStorageButtonClick(TObject * /*Sender*/)
 {
   UpdateControls();
-  // Handler is shown also when Checked is set from LoadConfiguration
+  // Handler is called also when Checked is set from LoadConfiguration
   if (FNoUpdate == 0)
   {
     // Focus to force validation