summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-11-30 07:36:01 (GMT)
committerFred Drake <fdrake@acm.org>2005-11-30 07:36:01 (GMT)
commitf77d7ab2a6c4387792b145caa354aab54243701f (patch)
tree77f2719043a769455802f73cb83d1511a1826261 /Tools
parente39983bf2018f58d9f249f0066b1636cea2d95a1 (diff)
downloadcpython-f77d7ab2a6c4387792b145caa354aab54243701f.zip
cpython-f77d7ab2a6c4387792b145caa354aab54243701f.tar.gz
cpython-f77d7ab2a6c4387792b145caa354aab54243701f.tar.bz2
fix recurring typo: occured --> occurred
(already fixed in Python trunk)
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/uisample.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/uisample.py b/Tools/msi/uisample.py
index d66c3cd..b052ab0 100644
--- a/Tools/msi/uisample.py
+++ b/Tools/msi/uisample.py
@@ -1393,7 +1393,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']