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 ; }