NSIS: fix typo in comments

This commit is contained in:
bitraid 2018-10-23 14:10:29 +03:00
parent c69ca21ff9
commit bf51ad8d78
No known key found for this signature in database
GPG Key ID: 140D99CA504654D3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
; Variables
Var SemiSilentMode ; installer started uninstaller in semi-silent mode using /SS parameter
Var RunningFromInstaller ; installer started uninstaller using /uninstall parameter
Var RunningAsUser ; uninstaller restared itself using the user of the running shell
Var RunningAsUser ; uninstaller restarted itself using the user of the running shell
Var UserName
!insertmacro DeleteRetryAbortFunc "un."