diff --git a/src/System.Management.Automation/engine/Credential.cs b/src/System.Management.Automation/engine/Credential.cs index bf04deb4397..84e94a694be 100644 --- a/src/System.Management.Automation/engine/Credential.cs +++ b/src/System.Management.Automation/engine/Credential.cs @@ -75,9 +75,9 @@ public enum PSCredentialUIOptions /// /// Declare a delegate which returns the encryption key and initialization vector for symmetric encryption algorithm. /// - /// The streaming context, which contains the searilization context. + /// The streaming context, which contains the serialization context. /// Symmetric encryption key. - /// symmetric encryption initialization vector. + /// Symmetric encryption initialization vector. /// public delegate bool GetSymmetricEncryptionKey(StreamingContext context, out byte[] key, out byte[] iv);