From 4e4f71515d39dd887f968fb422d6f81ead424fb3 Mon Sep 17 00:00:00 2001 From: luz paz Date: Thu, 28 Oct 2021 22:07:06 -0400 Subject: Fix various typos in docs, user-facing code, and source comments Found via `codespell -q 3 -S *.po,./lib/libUPnP/Neptune -L bloaded,busses,inout,lod,medias,parm` --- project/Win32BuildSetup/genNsisInstaller.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'project/Win32BuildSetup') diff --git a/project/Win32BuildSetup/genNsisInstaller.nsi b/project/Win32BuildSetup/genNsisInstaller.nsi index ed8626a567..8127b46b89 100644 --- a/project/Win32BuildSetup/genNsisInstaller.nsi +++ b/project/Win32BuildSetup/genNsisInstaller.nsi @@ -372,7 +372,7 @@ Function .onInit ${Endif} ${If} $HotFixID != "" nsExec::ExecToStack 'cmd /Q /C "%SYSTEMROOT%\System32\wbem\wmic.exe /?"' - Pop $0 ; return value (it always 0 even if an error occured) + Pop $0 ; return value (it always 0 even if an error occurred) Pop $1 ; command output ${If} $0 != 0 ${OrIf} $1 == "" @@ -380,7 +380,7 @@ Function .onInit Quit ${EndIf} nsExec::ExecToStack 'cmd /Q /C "%SYSTEMROOT%\System32\findstr.exe /?"' - Pop $0 ; return value (it always 0 even if an error occured) + Pop $0 ; return value (it always 0 even if an error occurred) Pop $1 ; command output ${If} $0 != 0 ${OrIf} $1 == "" @@ -388,7 +388,7 @@ Function .onInit Quit ${EndIf} nsExec::ExecToStack 'cmd /Q /C "%SYSTEMROOT%\System32\wbem\wmic.exe qfe get hotfixid | %SYSTEMROOT%\System32\findstr.exe "^KB$HotFixID[^0-9]""' - Pop $0 ; return value (it always 0 even if an error occured) + Pop $0 ; return value (it always 0 even if an error occurred) Pop $1 ; command output ${If} $0 != 0 ${OrIf} $1 == "" -- cgit v1.2.3