From 06917ad8dea18d9f633d270dffeecbb71c676e65 Mon Sep 17 00:00:00 2001 From: sunjammerx Date: Fri, 22 Nov 2002 17:10:51 +0000 Subject: [PATCH] Typo correction, and slight re-wording. git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1822 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/example1.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/example1.nsi b/Examples/example1.nsi index 476248ca..9ee75abe 100644 --- a/Examples/example1.nsi +++ b/Examples/example1.nsi @@ -1,8 +1,8 @@ ; example1.nsi ; ; This script is perhaps one of the simplest NSIs you can make. All of the -; optional settings are left to their default settings. The instalelr simply -; prompts the user asking them where to install, and drops of makensisw.exe +; optional settings are left to their default settings. The installer simply +; prompts the user asking them where to install, and drops a copy of makensisw.exe ; there. ;