From 14fc71d2cd01da2f179c57a293278d43c1ee3b65 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 29 Sep 2006 17:18:38 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4763 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/x64.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/x64.nsh b/Include/x64.nsh index f3e1df2f..66a27fec 100644 --- a/Include/x64.nsh +++ b/Include/x64.nsh @@ -4,7 +4,7 @@ ; ; A few simple macros to handle installations on x64 machines. ; -; IsRunningX64 checks if the installers is running on x64. +; IsRunningX64 checks if the installer is running on x64. ; ; ${If} ${RunningX64} ; MessageBox MB_OK "running on x64"