Browse Source

Typo in comment

Source commit: af53a2a99cf1a7e77ee615caaf99b9c122b57b64
Martin Prikryl 7 years ago
parent
commit
3ba21d09f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/Preferences.cpp

+ 1 - 1
source/forms/Preferences.cpp

@@ -2518,7 +2518,7 @@ void __fastcall TPreferencesDialog::AddExtension()
         if (WinSCPURL)
         {
           Url = ProgramUrl(Url);
-          // The EncodeUrlString should not be necessary, but as we get the value from regitry, let's be safe
+          // The EncodeUrlString should not be necessary, but as we get the value from registry, let's be safe
           Url = AppendUrlParams(Url, FORMAT(L"netframework=%s", (EncodeUrlString(GetNetVersionStr()))));
           Url = AppendUrlParams(Url, FORMAT(L"powershell=%s", (EncodeUrlString(GetPowerShellVersionStr()))));
           Url = AppendUrlParams(Url, FORMAT(L"windows=%s", (EncodeUrlString(WindowsVersion()))));