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"