Browse Source

Fix typo.

Martijn Laan 3 tháng trước cách đây
mục cha
commit
da62933cdf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Examples/CodeDownloadFiles2.iss

+ 1 - 1
Examples/CodeDownloadFiles2.iss

@@ -90,7 +90,7 @@ begin
       try
       try
         #ifdef USE7ZDLL
         #ifdef USE7ZDLL
           // Extract and initialize the 7-Zip library
           // 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}');
           ExtractTemporaryFile('{#_7ZDLL}');
           Init7ZipLibrary(ExpandConstant('{tmp}\{#_7ZDLL}'));
           Init7ZipLibrary(ExpandConstant('{tmp}\{#_7ZDLL}'));
         #endif
         #endif