From bc27ce462e93738ab03a487b66cc22d78cdd2526 Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 24 Jan 2007 15:25:11 +0000 Subject: [PATCH] typos git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4879 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/Library.nsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Include/Library.nsh b/Include/Library.nsh index 1261b480..b8de032b 100644 --- a/Include/Library.nsh +++ b/Include/Library.nsh @@ -678,7 +678,7 @@ ${If} ${FileExists} $R1 # File is in use, can't just delete. # Move file to another location before using Delete /REBOOTOK. This way, if - # the user installs a new version of the DLL, it won't be deleted affter + # the user installs a new version of the DLL, it won't be deleted after # reboot. See bug #1097642 for more information on this. # Try moving to $TEMP. @@ -692,7 +692,7 @@ # for example. Delete $R0 - # Try moving to directory containg the file. + # Try moving to directory containing the file. ${GetParent} $R1 $R0 GetTempFileName $R0 $R0 Delete $R0