Browse Source

Typo in a comment

Source commit: 2efbbc5f2a91c1be0c0d5b76ffbbd498d14d8a7a
Martin Prikryl 3 years ago
parent
commit
44cf136d7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/SiteAdvanced.cpp

+ 1 - 1
source/forms/SiteAdvanced.cpp

@@ -1723,7 +1723,7 @@ void __fastcall TSiteAdvancedDialog::PuttySettingsTimer(TObject *)
       int Index = FPuttyRegSettings->IndexOfName(Name);
       // Ignoring values we do not know (from future versions of PuTTY),
       // as we cannot tell if they are modified or not.
-      // Ignoring also all value that we export outselves from WinSCP settings
+      // Ignoring also all values that we export ourselves from WinSCP settings
       // (primarily to avoid collecting all those values, when the user forgets to load the temporary site in PuTTY,
       // and only saves the changed terminal settings with the basic session settings set to empty values)
       if ((Index >= 0) &&