Skip to content

Commit 85f20dc

Browse files
authored
PR #578: Fix typos in the StreamDecodingException doc comments
1 parent 3617fb9 commit 85f20dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ICSharpCode.SharpZipLib/Core/Exceptions/StreamDecodingException.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
namespace ICSharpCode.SharpZipLib
55
{
66
/// <summary>
7-
/// Indicates that an error occured during decoding of a input stream due to corrupt
8-
/// data or (unintentional) library incompability.
7+
/// Indicates that an error occurred during decoding of a input stream due to corrupt
8+
/// data or (unintentional) library incompatibility.
99
/// </summary>
1010
[Serializable]
1111
public class StreamDecodingException : SharpZipBaseException

0 commit comments

Comments
 (0)