Skip to content

Commit

Permalink
Fix typo 'Permanantly'->'Permanently'
Browse files Browse the repository at this point in the history
  • Loading branch information
zevlee committed Oct 19, 2021
1 parent 38e7ba4 commit f45ddce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/passphraser.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sectionEnd

function un.onInit
SetShellVarContext all
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 f45ddce

Please sign in to comment.