From c7936a1c370800dae8844bc605e5857a032ef0c0 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Wed, 7 Feb 2007 02:45:53 +0000 Subject: [PATCH] fix a comment typo svn path=/trunk/; revision=20731 --- gtk/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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