Skip to content

Commit c9fb9f3

Browse files
committed
Fix typo.
1 parent 144bb53 commit c9fb9f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/templates/NSIS.template.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ Section "Uninstall"
15641564
StrCmp "$MUI_TEMP" "$SMPROGRAMS" startMenuDeleteLoopDone startMenuDeleteLoop
15651565
startMenuDeleteLoopDone:
15661566

1567-
; If the user changed the shortcut, then untinstall may not work. This should
1567+
; If the user changed the shortcut, then uninstall may not work. This should
15681568
; try to fix it.
15691569
StrCpy $MUI_TEMP "$START_MENU"
15701570
Delete "$SMPROGRAMS\$MUI_TEMP\Uninstall.lnk"

0 commit comments

Comments
 (0)