From 4e9538d155274e3316d59de00df9797c04595bc3 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 2 Jan 2005 00:39:24 +0000 Subject: [PATCH] Fix typo [SVN r26616] --- v2/util/doc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/util/doc.jam b/v2/util/doc.jam index 7b9a8b9db..aedd38304 100644 --- a/v2/util/doc.jam +++ b/v2/util/doc.jam @@ -251,7 +251,7 @@ local rule print-help-top ( ) print.list-item --help-output ; The type of output to genetare. '"console" is formated text echoed to the console (the default);' '"text" is formated text appended to the output file;' - '"html" is HTLM output to the file.' ; + '"html" is HTML output to the file.' ; print.list-item --help-output-file ; The file to output the documentation. ; print.list-end ; }