windows/privoxy_winthreads.nsi: Fix spelling of 'original'
authorFabian Keil <fk@fabiankeil.de>
Tue, 14 Jun 2022 03:45:02 +0000 (05:45 +0200)
committerFabian Keil <fk@fabiankeil.de>
Wed, 15 Jun 2022 09:10:08 +0000 (11:10 +0200)
windows/privoxy_winthreads.nsi

index 89bb625..376cba9 100755 (executable)
@@ -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