diff --git a/docs/html/build_lcl_chm.sh b/docs/html/build_lcl_chm.sh index d59f4b763f..a5e0594eb0 100644 --- a/docs/html/build_lcl_chm.sh +++ b/docs/html/build_lcl_chm.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -# basic script to do a lcl.chm build. Marco van de Voort dec 2011 +# basic script to do an lcl.chm build. Marco van de Voort dec 2011 -# assumes a fpcdocs checkout where "fixdocs.sh" has been succesfully run. +# assumes a fpcdocs checkout where "fixdocs.sh" has been successfully run. # on 1.7GHz Core2 laptop single thread 6:26 minutes. Don't be impatient :-) set -e diff --git a/docs/html/build_lcl_html.sh b/docs/html/build_lcl_html.sh index 247c3a2787..52dde0c8ff 100755 --- a/docs/html/build_lcl_html.sh +++ b/docs/html/build_lcl_html.sh @@ -3,8 +3,8 @@ # Author: Mattias Gaertner # # Creates the fpdoc HTML output for the LCL -# Creates an chm file, if HTMLFMT is set to chm, -# otherwise it create html docs +# Creates a chm file if HTMLFMT is set to chm, +# otherwise it creates html docs # #