Skip to content

Commit 239814a

Browse files
committed
AWS.Config.Set: Minor comment fix for Trusted_CA.
TN eng/toolchain/aws#44
1 parent 7336a81 commit 239814a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
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

0 commit comments

Comments
 (0)