diff options
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
|