浏览代码

Typo in comment

Source commit: af53a2a99cf1a7e77ee615caaf99b9c122b57b64
Martin Prikryl 7 年之前
父节点
当前提交
3ba21d09f6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()))));