From 5f8894698189727de6dccb32d0e67b82d50c3c25 Mon Sep 17 00:00:00 2001 From: Steve Harter Date: Mon, 24 Feb 2025 12:19:33 -0600 Subject: [PATCH] Fix doc typo --- .../Protocols/ldap/LdapSessionOptions.Linux.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs b/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs index 821f9d47a92d93..00319290f08b1d 100644 --- a/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs +++ b/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs @@ -24,7 +24,7 @@ public partial class LdapSessionOptions /// which can be done by using openssl rehash . or c_rehash . in the directory /// containing the certificate files. /// - /// The directory not exist. + /// The directory does not exist. [UnsupportedOSPlatform("windows")] public string TrustedCertificatesDirectory {