From 727caf534daa3a8fda45a5c9d8812a94eabe28cb Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 7 Aug 2004 14:17:00 +0000 Subject: [PATCH] typos git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3612 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/library.but | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Docs/src/library.but b/Docs/src/library.but index 2753d72d..f7ec9c3f 100644 --- a/Docs/src/library.but +++ b/Docs/src/library.but @@ -63,7 +63,7 @@ Specify the installation method REBOOT_PROTECTED -\b Upgrade the libary on reboot when in use (required for system files). +\b Upgrade the library on reboot when in use (required for system files). \b Upgrade the library if the file is not protected by Windows File Protection. @@ -75,7 +75,7 @@ NOREBOOT_PROTECTED REBOOT_NOTPROTECTED -\b Upgrade the libary on reboot when in use (required for system files). +\b Upgrade the library on reboot when in use (required for system files). \b Upgrade the library without checking for Windows File Protection. @@ -155,7 +155,7 @@ system files such as the Visual Basic/C++/MFC runtimes. REBOOT_PROTECTED -\b Remove the libary on reboot when in use (required for system files). +\b Remove the library on reboot when in use (required for system files). \b Remove the library if the file is not protected by Windows File Protection. @@ -167,7 +167,7 @@ NOREBOOT_PROTECTED REBOOT_NOTPROTECTED -\b Remove the libary on reboot when in use (required for system files). +\b Remove the library on reboot when in use (required for system files). \b Remove the library without checking for Windows File Protection. @@ -208,7 +208,7 @@ The correct version of the following files should be stored in your script folde \b stdole2.tlb -A \W{http://support.microsoft.com/default.aspx?scid=kb;en-us;290887}{Microsoft article} is available that explains you how to obatain these files. +A \W{http://support.microsoft.com/default.aspx?scid=kb;en-us;290887}{Microsoft article} that explains how to obtain these files is available. To ask the user for a reboot if required, use the Modern UI with a Finish page or use \R{IfRebootFlag}{IfRebootFlag} and make your own page or message box.