diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-11-26 08:42:05 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-11-26 08:42:05 (GMT) |
commit | 0306894fb147ad960f072c67822c10f8bdfd094a (patch) | |
tree | 416e1bad6d061c01800ef7dfc569ccf4e34df3dd /Tools | |
parent | e236c3c8c2799b4fc23f95206af61fa8f882a49c (diff) | |
download | cpython-0306894fb147ad960f072c67822c10f8bdfd094a.zip cpython-0306894fb147ad960f072c67822c10f8bdfd094a.tar.gz cpython-0306894fb147ad960f072c67822c10f8bdfd094a.tar.bz2 |
Fix typo.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/buildmsi.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/buildmsi.bat b/Tools/buildbot/buildmsi.bat index 5fb458a..b4f63dc 100644 --- a/Tools/buildbot/buildmsi.bat +++ b/Tools/buildbot/buildmsi.bat @@ -11,7 +11,7 @@ vcbuild /useenv PCbuild\pcbuild.sln "Release|Win32" bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
"%ProgramFiles%\HTML Help Workshop\hhc.exe" Doc\build\htmlhelp\python26a3.hhp
-@rem buold the MSI file
+@rem build the MSI file
cd PC
nmake /f icons.mak
cd ..\Tools\msi
|