Skip to content

Commit

Permalink
PR #578: Fix typos in the StreamDecodingException doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Feb 21, 2021
1 parent 3617fb9 commit 85f20dc
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4,8 +4,8 @@
namespace ICSharpCode.SharpZipLib
{
/// <summary>
/// Indicates that an error occured during decoding of a input stream due to corrupt
/// data or (unintentional) library incompability.
/// Indicates that an error occurred during decoding of a input stream due to corrupt
/// data or (unintentional) library incompatibility.
/// </summary>
[Serializable]
public class StreamDecodingException : SharpZipBaseException
Expand Down

0 comments on commit 85f20dc

Please sign in to comment.