From 9f0bfa01ca9769153b4f0c5579a7f853397e6708 Mon Sep 17 00:00:00 2001 From: Gitle Mikkelsen Date: Fri, 28 Jul 2017 23:18:02 +0200 Subject: [PATCH] typo in uninstaller --- nsis/installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsis/installer.nsi b/nsis/installer.nsi index 564fbfce8..7173beccc 100644 --- a/nsis/installer.nsi +++ b/nsis/installer.nsi @@ -149,7 +149,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: