Skip to content

Commit 927da26

Browse files
committed
Fix spelling mistake
1 parent a0c1657 commit 927da26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BZip2/BZip2Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ internal sealed class BZip2Constants
100100

101101
/// <summary>
102102
/// When multiplied by compression parameter (1-9) gives the block size for compression
103-
/// 9 gives the best compresssion but uses the most memory.
103+
/// 9 gives the best compression but uses the most memory.
104104
/// </summary>
105105
public const int BaseBlockSize = 100000;
106106

0 commit comments

Comments
 (0)