[prev in list] [next in list] [prev in thread] [next in thread] 

List:       nsis-commits
Subject:    [NSIS-commits] =?utf-8?q?SF=2Enet_SVN=3A_nsis=3A=5B7418=5D_NSIS/t?= =?utf-8?q?runk?=
From:       anders_k--- via NSIS-commits <nsis-commits () lists ! sourceforge ! net>
Date:       2023-12-21 6:32:34
Message-ID: 1703140354.654097.14730 () sfp-scm-6 ! v30 ! lw ! sourceforge ! com
[Download RAW message or body]

Revision: 7418
          http://sourceforge.net/p/nsis/code/7418
Author:   anders_k
Date:     2023-12-21 06:32:34 +0000 (Thu, 21 Dec 2023)
Log Message:
-----------
Fix comment typos (PR 25)

Modified Paths:
--------------
    NSIS/trunk/Include/StrFunc.nsh
    NSIS/trunk/Source/exehead/Ui.c
    NSIS/trunk/Source/util.cpp

Modified: NSIS/trunk/Include/StrFunc.nsh
===================================================================
--- NSIS/trunk/Include/StrFunc.nsh	2023-11-18 00:32:40 UTC (rev 7417)
+++ NSIS/trunk/Include/StrFunc.nsh	2023-12-21 06:32:34 UTC (rev 7418)
@@ -1300,7 +1300,7 @@
           ${EndIf}
         ${EndIf}
 
-        ; After the comparasion, confirm that it is the
+        ; After the comparison, confirm that it is the
         ; value we want.
 
         ${If} $R3 = 1

Modified: NSIS/trunk/Source/exehead/Ui.c
===================================================================
--- NSIS/trunk/Source/exehead/Ui.c	2023-11-18 00:32:40 UTC (rev 7417)
+++ NSIS/trunk/Source/exehead/Ui.c	2023-12-21 06:32:34 UTC (rev 7418)
@@ -1005,7 +1005,7 @@
     // my_SetWindowText triggers an EN_CHANGE message that
     // triggers a WM_IN_UPDATEMSG message that uses m_curwnd
     // to get the selected directory (GetUIText).
-    // because m_curwnd is still outdated, dir varialble is
+    // because m_curwnd is still outdated, dir variable is
     // filled with an empty string. by default, dir points
     // to $INSTDIR.
     //

Modified: NSIS/trunk/Source/util.cpp
===================================================================
--- NSIS/trunk/Source/util.cpp	2023-11-18 00:32:40 UTC (rev 7417)
+++ NSIS/trunk/Source/util.cpp	2023-12-21 06:32:34 UTC (rev 7418)
@@ -704,7 +704,7 @@
 UINT64 get_file_size64(FILE *f)
 {
   UINT64 result = invalid_file_size64;
-  // 32bit plaforms require _FILE_OFFSET_BITS = 64 to correctly return the size
+  // 32bit platforms require _FILE_OFFSET_BITS = 64 to correctly return the size
 #if _XOPEN_SOURCE >= 500 || _POSIX_C_SOURCE >= 200112L
   struct stat st;
   if (0 == fstat(fileno(f), &st) && st.st_size <= (sizeof(st.st_size) >= 8 ? \
(off_t)0x7fffffffffffffffLL : LONG_MAX))

This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.



_______________________________________________
NSIS-commits mailing list
NSIS-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nsis-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic