diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-02-16 14:38:30 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-02-16 14:38:30 (GMT) |
commit | df40ce3646a4bd099b10a5b92e7333e0141fef7e (patch) | |
tree | 0d1f393fd22e80a9a22f7de46c6925fb7af58840 /Tools | |
parent | 67baee6287cbb6293ece36c25b05ae0270294544 (diff) | |
download | cpython-df40ce3646a4bd099b10a5b92e7333e0141fef7e.zip cpython-df40ce3646a4bd099b10a5b92e7333e0141fef7e.tar.gz cpython-df40ce3646a4bd099b10a5b92e7333e0141fef7e.tar.bz2 |
Fix typo
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/msi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 52dfa22..9f9d10a 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -361,7 +361,7 @@ def add_ui(db): # See "Custom Action Type 1" if msilib.Win64: CheckDir = "CheckDir" - UpdateEditIdle = "UpdateEditIDLE" + UpdateEditIDLE = "UpdateEditIDLE" else: CheckDir = "_CheckDir@4" UpdateEditIDLE = "_UpdateEditIDLE@4" |