From 0b547be62a13f8febeb51318addc7bcb767a200a Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 14 Jun 2022 05:45:02 +0200 Subject: [PATCH] windows/privoxy_winthreads.nsi: Fix spelling of 'original' --- windows/privoxy_winthreads.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/privoxy_winthreads.nsi b/windows/privoxy_winthreads.nsi index 89bb6254..376cba94 100755 --- a/windows/privoxy_winthreads.nsi +++ b/windows/privoxy_winthreads.nsi @@ -111,7 +111,7 @@ SetDatablockOptimize on CRCCheck on AutoCloseWindow true ; (can be true for the window go away automatically at end) ShowInstDetails nevershow ; (can be show to have them shown, or nevershow to disable) -SetDateSave on ; (can be on to have files restored to their orginal date) +SetDateSave on ; (can be on to have files restored to their original date) ; SetOverwrite ifnewer ; (files are only overwritten if the existing file is older than the new file) SetOverwrite on ; install package files over-write existing files regardless of date -- 2.39.2