Fixed MULTIUSER_INSTALLMODE_FUNCTION and minor typos

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7159 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2020-03-18 21:27:58 +00:00
parent 02eb8e338a
commit 9689c5a5b7
5 changed files with 5 additions and 5 deletions

View file

@ -188,7 +188,7 @@ Installer/uninstaller initialization
!macro MULTIUSER_INIT_QUIT UNINSTALLER_FUNCPREFIX
!ifdef MULTIUSER_INIT_${UNINSTALLER_FUNCPREFIX}FUNCTIONQUIT
Call "${MULTIUSER_INIT_${UNINSTALLER_FUNCPREFIX}FUCTIONQUIT}
Call "${MULTIUSER_INIT_${UNINSTALLER_FUNCPREFIX}FUNCTIONQUIT}"
!else
Quit
!endif