aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-02-07 02:45:53 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-02-07 02:45:53 +0000
commitc7936a1c370800dae8844bc605e5857a032ef0c0 (patch)
tree82d5d69ed1ced2cd6141d003e84032376a93167c /gtk/Makefile.nmake
parent0a9304dc6f295952d4d78019e8f2f399e8a357d3 (diff)
fix a comment typo
svn path=/trunk/; revision=20731
Diffstat (limited to 'gtk/Makefile.nmake')
-rw-r--r--gtk/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index 0472fa5a18..b3c2bc7d81 100644
--- a/gtk/Makefile.nmake
+++ b/gtk/Makefile.nmake
@@ -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