fix a comment typo

svn path=/trunk/; revision=20731
This commit is contained in:
Ulf Lamping 2007-02-07 02:45:53 +00:00
parent 0a9304dc6f
commit c7936a1c37
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ doxygen-run:
$(DOXYGEN) doxygen.cfg
!ENDIF
# MS html help conpiler hhc returns 1 on success, but as nmake expects 0 it would stop here.
# MS html help compiler hhc returns 1 on success, but as nmake expects 0 it would stop here.
# the prepended -1 will raise the accepted error levels of nmake, so it will continue
doxygen.chm:
!IFDEF HHC