winrtinstaller: Fix typo in messagebox
authorDavid Pinedo <david@lunarg.com>
Thu, 11 Feb 2016 20:49:09 +0000 (13:49 -0700)
committerDavid Pinedo <david@lunarg.com>
Thu, 11 Feb 2016 20:49:09 +0000 (13:49 -0700)
windowsRuntimeInstaller/InstallerRT.nsi

index a70aa57..47862cd 100644 (file)
@@ -236,7 +236,7 @@ Section
         strcmp $INSTDIR $0 notinstalled
 
         ${If} $0 != ""
-            MessageBox MB_OK "The Window Vulkan Runtime is already installed to $0. It will be re-installed to the same folder." /SD IDOK
+            MessageBox MB_OK "The Windows Vulkan Runtime is already installed to $0. It will be re-installed to the same folder." /SD IDOK
             Strcpy $INSTDIR $0
         ${Endif}