[Privoxy-commits] [privoxy] 02/06: windows/privoxy_winthreads.nsi: Fix spelling of 'original'
User Git
git at git.privoxy.org
Wed Jun 15 09:11:24 UTC 2022
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 0b547be62a13f8febeb51318addc7bcb767a200a
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Jun 14 05:45:02 2022 +0200
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list