SF bug #1061457: spelling error in win installer
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index 35f2c4a..4b81be2 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -735,7 +735,7 @@
# Also set list of reinstalled features to "ALL"
c.event("[REINSTALL]", "ALL", 'MaintenanceForm_Action="Repair"', 5)
c.event("[Progress1]", "Repairing", 'MaintenanceForm_Action="Repair"', 6)
- c.event("[Progress2]", "repaires", 'MaintenanceForm_Action="Repair"', 7)
+ c.event("[Progress2]", "repairs", 'MaintenanceForm_Action="Repair"', 7)
c.event("Reinstall", "ALL", 'MaintenanceForm_Action="Repair"', 8)
# Uninstall: Change progress to "Remove", then invoke uninstall