Skip to content

Commit f640254

Browse files
committed
Merge branch 'po/fix-conf-doc' into 'master'
Update templates-parser submodule. See merge request eng/toolchain/aws!47
2 parents 8a2ac3c + 239814a commit f640254

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/core/aws-config-set.ads

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,11 @@ package AWS.Config.Set is
358358
-- peer did not provide trusted certificate.
359359

360360
procedure Trusted_CA (O : in out Object; Filename : String);
361-
-- Returns the filename containing a list of trusted CA, this is to be used
362-
-- with the Exchange_Certificate option. The filename is on bundle of CAs
363-
-- that can be trusted. A client certificate signed with one of those CA
364-
-- will be accetped by the server.
361+
-- Set the trusted filename containing a list of trusted CA, this
362+
-- is to be used with the Exchange_Certificate option. The
363+
-- filename is a bundle of CAs that can be trusted. A client
364+
-- certificate signed with one of those CA will be accepted by the
365+
-- server.
365366

366367
procedure CRL_File (O : in out Object; Filename : String);
367368
-- Returns the filename containing the Certificate Revocation List. This

templates_parser

0 commit comments

Comments
 (0)