windows/WinMessages.nsh: Fix spelling of 'supported'
authorFabian Keil <fk@fabiankeil.de>
Wed, 15 Jun 2022 09:07:17 +0000 (11:07 +0200)
committerFabian Keil <fk@fabiankeil.de>
Wed, 15 Jun 2022 09:09:58 +0000 (11:09 +0200)
windows/WinMessages.nsh

index b18f27d..45b7193 100755 (executable)
@@ -243,7 +243,7 @@ UDM     Up-down control
 !define WM_CLEAR                        0x0303\r
 !define WM_CLOSE                        0x0010\r
 !define WM_COMMAND                      0x0111\r
-!define WM_COMMNOTIFY                   0x0044  # no longer suported\r
+!define WM_COMMNOTIFY                   0x0044  # no longer supported\r
 !define WM_COMPACTING                   0x0041\r
 !define WM_COMPAREITEM                  0x0039\r
 !define WM_CONTEXTMENU                  0x007B\r
@@ -573,4 +573,4 @@ UDM     Up-down control
 !define TCM_FIRST                   0x1300\r
 \r
 !verbose pop\r
-!endif
\ No newline at end of file
+!endif\r