summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-10-28 14:39:47 +0000
committerFred Drake <fdrake@acm.org>2005-10-28 14:39:47 +0000
commite4026b4951542f2bbad17bb238a643f5d004e8f0 (patch)
treed5aa76eb171e69455af9975fe51ebd729b9d1210 /Tools
parent202acc1b223ac264b01b1711f4e8c6d834117602 (diff)
downloadcpython-e4026b4951542f2bbad17bb238a643f5d004e8f0.tar.gz
fix typos, mostly in comments
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/uisample.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/msi/uisample.py b/Tools/msi/uisample.py
index d66c3cd634..2bdf59e102 100644
--- a/Tools/msi/uisample.py
+++ b/Tools/msi/uisample.py
@@ -1,3 +1,4 @@
+
import msilib,os;dirname=os.path.dirname(__file__)
AdminExecuteSequence = [
(u'InstallValidate', None, 1400),
@@ -1393,7 +1394,7 @@ Error = [
(1932, u'The Windows Installer service cannot update the protected Windows file [2]. {{Package version: [3], OS Protected version: [4], SFP Error: [5]}}'),
(1933, u'The Windows Installer service cannot update one or more protected Windows files. {{SFP Error: [2]. List of protected files:\\r\\n[3]}}'),
(1934, u'User installations are disabled via policy on the machine.'),
-(1935, u'An error occured during the installation of assembly component [2]. HRESULT: [3]. {{assembly interface: [4], function: [5], assembly name: [6]}}'),
+(1935, u'An error occurred during the installation of assembly component [2]. HRESULT: [3]. {{assembly interface: [4], function: [5], assembly name: [6]}}'),
]
tables=['AdminExecuteSequence', 'AdminUISequence', 'AdvtExecuteSequence', 'BBControl', 'Billboard', 'Binary', 'CheckBox', 'Property', 'ComboBox', 'Control', 'ListBox', 'ActionText', 'ControlCondition', 'ControlEvent', 'Dialog', 'EventMapping', 'InstallExecuteSequence', 'InstallUISequence', 'ListView', 'RadioButton', 'TextStyle', 'UIText', '_Validation', 'Error']