Skip to content

Commit 8fd8f37

Browse files
airweenfzipi
andauthored
Typo fix
Co-authored-by: Felipe Zipitría <[email protected]>
1 parent 7896784 commit 8fd8f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iis/installer.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
1010
<Product Id="22B04FDB-9BAB-46B0-87B8-A39544ECECD3" Name="ModSecurity IIS" Language="1033" Version="2.9.10" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
1111
<Package Description="ModSecurityISS" Comments="none" InstallerVersion="405" Compressed="yes" InstallPrivileges="elevated" InstallScope="perMachine" />
12-
<?define ProductName = "ModSecuirty IIS" ?>
12+
<?define ProductName = "ModSecurity IIS" ?>
1313
<?if $(sys.BUILDARCH) = x64 ?>
1414
<?define Win64 = "yes" ?>
1515
<?define PlatformProgramFilesFolder = "ProgramFiles64Folder" ?>

0 commit comments

Comments
 (0)