Skip to content

Commit f22a09c

Browse files
Fix typos in Algorithms/Crypto/Paddings/Pkcs7Padding.cs (#555)
1 parent 411763c commit f22a09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Algorithms/Crypto/Paddings/Pkcs7Padding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public int AddPadding(byte[] input, int inputOffset)
7474
/// <summary>
7575
/// Removes the PKCS7 padding from the given input data.
7676
/// </summary>
77-
/// <param name="input">The input data with PKCS7 padding. Must not be null and must have a vaild length and padding.</param>
77+
/// <param name="input">The input data with PKCS7 padding. Must not be null and must have a valid length and padding.</param>
7878
/// <returns>The input data without the padding as a new byte array.</returns>
7979
/// <exception cref="ArgumentException">
8080
/// Thrown if the input data is null, has an invalid length, or has an invalid padding.

0 commit comments

Comments
 (0)