From 5dd0fece2d2cdde11671cf7033ca11a4d9b03c32 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Wed, 11 Aug 2004 20:34:49 +0000 Subject: [PATCH] typos git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3615 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/Library.nsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Include/Library.nsh b/Include/Library.nsh index e16167d6..5433b300 100644 --- a/Include/Library.nsh +++ b/Include/Library.nsh @@ -31,14 +31,14 @@ shared Specify whether the library is shared with other applications install Specify the installation method - REBOOT_PROTECTED * Upgrade the libary on reboot when in use (required for system files). + REBOOT_PROTECTED * Upgrade the library on reboot when in use (required for system files). * Upgrade the library if the file is not protected by Windows File Protection. NOREBOOT_PROTECTED * Warns the user when the library is in use. The user will have to close applications using the library. * Upgrade the library if the file is not protected by Windows File Protection. - REBOOT_NOTPROTECTED * Upgrade the libary on reboot when in use (required for system files). + REBOOT_NOTPROTECTED * Upgrade the library on reboot when in use (required for system files). * Upgrade the library without checking for Windows File Protection. NOREBOOT_NOTPROTECTED * Warns the user when the library is in use. The user will have to close @@ -105,14 +105,14 @@ uninstall Specify the uninstallation method You should use this option for common or important system files such as the Visual Basic/C++/MFC runtimes. - REBOOT_PROTECTED * Remove the libary on reboot when in use (required for system files). + REBOOT_PROTECTED * Remove the library on reboot when in use (required for system files). * Remove the library if the file is not protected by Windows File Protection. NOREBOOT_PROTECTED * Warns the user when the library is in use. The user will have to close applications using the library. * Remove the library if the file is not protected by Windows File Protection. - REBOOT_NOTPROTECTED * Remove the libary on reboot when in use (required for system files). + REBOOT_NOTPROTECTED * Remove the library on reboot when in use (required for system files). * Remove the library without checking for Windows File Protection. NOREBOOT_NOTPROTECTED * Warns the user when the library is in use. The user will have to close