Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Sep 22, 2024
1 parent 94b6da9 commit 11f51c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/endpoint_storage.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ function TStorageWebEndpoint.SecureRequest(AContext: TIdContext; ip: String;
else if request.Document = PathNoSlash then
begin
result := 'Home Page';
ReturnProcessedFile(request, response, Session, '/hompage.html', Common.SourceProvider.AltFile('/homepage.html', PathNoSlash), true)
ReturnProcessedFile(request, response, Session, '/homepage.html', Common.SourceProvider.AltFile('/homepage.html', PathNoSlash), true)
end
else
begin
Expand Down
4 changes: 2 additions & 2 deletions server/fhirserver.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir);..\library"/>
<Libraries Value="\usr\local\lib64\"/>
<Libraries Value="\usr\local\lib64"/>
<OtherUnitFiles Value="..\library\fsl\tests;..\library\fhir\tests;..\library\fhir4\tests;..\library\fhir4b\tests;..\library\fhir5\tests;..\library\ftx\tests;..\library\fxver\tests;..\library\cda\tests;..\library\v2\tests;..\library\fdb\tests;modules;tests;admin;..\library\fcomp\tests;tx"/>
<UnitOutputDirectory Value="lib\$(BuildMode)"/>
</SearchPaths>
Expand Down Expand Up @@ -323,7 +323,7 @@
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir);../library"/>
<Libraries Value="/usr/local/lib64/;/tmp/openssl/lib/;/tmp/openssl/"/>
<Libraries Value="/usr/local/lib64;/tmp/openssl/lib;/tmp/openssl"/>
<OtherUnitFiles Value="../library/fsl/tests;../library/fhir/tests;../library/fhir4/tests;../library/fhir4b/tests;../library/fhir5/tests;../library/ftx/tests;../library/fxver/tests;../library/cda/tests;../library/v2/tests;../library/fdb/tests;modules;tests;admin;../library/fcomp/tests;tx"/>
<UnitOutputDirectory Value="lib/$(BuildMode)"/>
</SearchPaths>
Expand Down
2 changes: 1 addition & 1 deletion server/web/diagnostics.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h3>Current Activity</h3>
<ul>
<li>Background Thread: [%status.thread%]</li>
<li>CDS client instances: [%status.cds.client%]</li>
<li>[%status.web-total-count%] total requests for [%status.web-total-time%]ms. [%status.web-rest-count%] REST requests for [%status.web-rest-time%]ms. [%status.run-time%] since starting ({%status.run-time.ms%]ms)</li>
<li>[%status.web-total-count%] total requests for [%status.web-total-time%]ms. [%status.web-rest-count%] REST requests for [%status.web-rest-time%]ms. [%status.run-time%] since starting ([%status.run-time.ms%] ms)</li>
</ul>

[%status.web%]
Expand Down

0 comments on commit 11f51c3

Please sign in to comment.