浏览代码

Fix typo.

Martijn Laan 3 月之前
父节点
当前提交
da62933cdf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Examples/CodeDownloadFiles2.iss

+ 1 - 1
Examples/CodeDownloadFiles2.iss

@@ -90,7 +90,7 @@ begin
       try
         #ifdef USE7ZDLL
           // Extract and initialize the 7-Zip library
-          // This which will make the ExtractionPage switch from using Extract7ZipArchive to using ExtractArchive
+          // This will make the ExtractionPage switch from using Extract7ZipArchive to using ExtractArchive
           ExtractTemporaryFile('{#_7ZDLL}');
           Init7ZipLibrary(ExpandConstant('{tmp}\{#_7ZDLL}'));
         #endif