Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
fixed typo in nsis
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos Mavrogiannopoulos committed Apr 7, 2015
1 parent 4221992 commit 3c891b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsis/openconnect-gui.nsis
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function un.onInit
SetShellVarContext all

#Verify the uninstaller - last chance to back out
MessageBox MB_OKCANCEL "Permanantly remove ${APPNAME}?" IDOK next
MessageBox MB_OKCANCEL "Permanently remove ${APPNAME}?" IDOK next
Abort
next:
!insertmacro VerifyUserIsAdmin
Expand Down

0 comments on commit 3c891b0

Please sign in to comment.