We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3617fb9 commit 85f20dcCopy full SHA for 85f20dc
src/ICSharpCode.SharpZipLib/Core/Exceptions/StreamDecodingException.cs
@@ -4,8 +4,8 @@
4
namespace ICSharpCode.SharpZipLib
5
{
6
/// <summary>
7
- /// Indicates that an error occured during decoding of a input stream due to corrupt
8
- /// data or (unintentional) library incompability.
+ /// Indicates that an error occurred during decoding of a input stream due to corrupt
+ /// data or (unintentional) library incompatibility.
9
/// </summary>
10
[Serializable]
11
public class StreamDecodingException : SharpZipBaseException
0 commit comments