summaryrefslogtreecommitdiffstats
path: root/Tools/msi/schema.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-27 04:20:14 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-27 04:20:14 (GMT)
commit3f5db3940ff71428d1eecb3d4eebe68d9c3d216d (patch)
treeef8c20da3ad9050700786a6999e1094f7fe397ba /Tools/msi/schema.py
parent1c1cadbbca21f75733bb201e7c94863b6e6ed206 (diff)
downloadcpython-3f5db3940ff71428d1eecb3d4eebe68d9c3d216d.zip
cpython-3f5db3940ff71428d1eecb3d4eebe68d9c3d216d.tar.gz
cpython-3f5db3940ff71428d1eecb3d4eebe68d9c3d216d.tar.bz2
Fix a few typos and a double semicolon. Patch by Eitan Adler.
Diffstat (limited to 'Tools/msi/schema.py')
-rw-r--r--Tools/msi/schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/schema.py b/Tools/msi/schema.py
index d028a11..1f72e5a 100644
--- a/Tools/msi/schema.py
+++ b/Tools/msi/schema.py
@@ -958,7 +958,7 @@ _Validation_records = [
(u'ServiceInstall',u'StartType',u'N',0,4,None, None, None, None, u'Type of the service',),
(u'Shortcut',u'Name',u'N',None, None, None, None, u'Filename',None, u'The name of the shortcut to be created.',),
(u'Shortcut',u'Description',u'Y',None, None, None, None, u'Text',None, u'The description for the shortcut.',),
-(u'Shortcut',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion.',),
+(u'Shortcut',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table denoting the component whose selection gates the shortcut creation/deletion.',),
(u'Shortcut',u'Icon_',u'Y',None, None, u'Icon',1,u'Identifier',None, u'Foreign key into the File table denoting the external icon file for the shortcut.',),
(u'Shortcut',u'IconIndex',u'Y',-32767,32767,None, None, None, None, u'The icon index for the shortcut.',),
(u'Shortcut',u'Directory_',u'N',None, None, u'Directory',1,u'Identifier',None, u'Foreign key into the Directory table denoting the directory where the shortcut file is created.',),