# HG changeset patch # User gpoirier # Date 1113303670 0 # Node ID 58c628554a335805039df243df8b176c9409742d # Parent a002b0aa4ad42da3bc8fdc3801a354713b017b1e Typo fix diff -r a002b0aa4ad4 -r 58c628554a33 DOCS/xml/Makefile --- a/DOCS/xml/Makefile Tue Apr 12 08:27:57 2005 +0000 +++ b/DOCS/xml/Makefile Tue Apr 12 11:01:10 2005 +0000 @@ -22,7 +22,7 @@ @echo "html-chunked : Build HTML documentation (multiple files)." @echo "html-chunked-LANG : As above, but only one language." @echo "xmllint : Check syntax of all xml files." - @echo "xmlling-LANG : Check syntax of LANG xml files." + @echo "xmllint-LANG : Check syntax of LANG xml files." @echo "clean-html-single : Purge the 'HTML-single' directory." @echo "clean-html-chunked: Purge the 'HTML' directory." @echo "clean : Purge the 'HTML' and 'HTML-single' directories."