Skip to content

Commit 34ea954

Browse files
committed
edit comment in stub file
1 parent bf3bc68 commit 34ea954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Tasks/Implementations/Project/Fpweb/Includes/app.pas.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ strAppPas: string =
5050
' //svrConfig.tlsCert := ''/path/to/ssl/cert/cert'';' + LineEnding +
5151
'' + LineEnding +
5252
' (*!-----------------------------------------------' + LineEnding +
53-
' * Bootstrap libmicrohttpd application' + LineEnding +
53+
' * Bootstrap Fpweb-based http application' + LineEnding +
5454
' *' + LineEnding +
5555
' * @author AUTHOR_NAME <[email protected]>' + LineEnding +
5656
' *------------------------------------------------*)' + LineEnding +

src/Tasks/Implementations/Project/Indy/Includes/app.pas.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ strAppPas: string =
5050
' //svrConfig.tlsCert := ''/path/to/ssl/cert/cert'';' + LineEnding +
5151
'' + LineEnding +
5252
' (*!-----------------------------------------------' + LineEnding +
53-
' * Bootstrap libmicrohttpd application' + LineEnding +
53+
' * Bootstrap Indy-based http application' + LineEnding +
5454
' *' + LineEnding +
5555
' * @author AUTHOR_NAME <[email protected]>' + LineEnding +
5656
' *------------------------------------------------*)' + LineEnding +

0 commit comments

Comments
 (0)