Correct typo in Windows uninstaller

This commit is contained in:
Kurt Kremitzki
2017-09-22 00:16:11 -05:00
committed by wmayer
parent 00d6df17e3
commit b739616d0e
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ function un.onInit
SetShellVarContext all
#Verify the uninstaller - last chance to back out
MessageBox MB_OKCANCEL "Permanantly remove ${APPNAME}?" /SD IDOK IDOK next
MessageBox MB_OKCANCEL "Permanently remove ${APPNAME}?" /SD IDOK IDOK next
Abort
next:
!insertmacro VerifyUserIsAdmin

View File

@@ -159,7 +159,7 @@ function un.onInit
SetShellVarContext all
#Verify the uninstaller - last chance to back out
MessageBox MB_OKCANCEL "Permanantly remove ${APPNAME}?" /SD IDOK IDOK next
MessageBox MB_OKCANCEL "Permanently remove ${APPNAME}?" /SD IDOK IDOK next
Abort
next:
!insertmacro VerifyUserIsAdmin