Skip to content

Commit

Permalink
fix minor comment typo error in generated app.pas
Browse files Browse the repository at this point in the history
  • Loading branch information
zamronypj committed Mar 24, 2022
1 parent bf3bc68 commit ca70cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ strAppPas: string =
' //svrConfig.tlsCert := ''/path/to/ssl/cert/cert'';' + LineEnding +
'' + LineEnding +
' (*!-----------------------------------------------' + LineEnding +
' * Bootstrap libmicrohttpd application' + LineEnding +
' * Bootstrap Fpweb-based http application' + LineEnding +
' *' + LineEnding +
' * @author AUTHOR_NAME <[email protected]>' + LineEnding +
' *------------------------------------------------*)' + LineEnding +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ strAppPas: string =
' //svrConfig.tlsCert := ''/path/to/ssl/cert/cert'';' + LineEnding +
'' + LineEnding +
' (*!-----------------------------------------------' + LineEnding +
' * Bootstrap libmicrohttpd application' + LineEnding +
' * Bootstrap Indy-based http application' + LineEnding +
' *' + LineEnding +
' * @author AUTHOR_NAME <[email protected]>' + LineEnding +
' *------------------------------------------------*)' + LineEnding +
Expand Down

0 comments on commit ca70cd3

Please sign in to comment.