We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c1657 commit 927da26Copy full SHA for 927da26
1 file changed
src/BZip2/BZip2Constants.cs
@@ -100,7 +100,7 @@ internal sealed class BZip2Constants
100
101
/// <summary>
102
/// When multiplied by compression parameter (1-9) gives the block size for compression
103
- /// 9 gives the best compresssion but uses the most memory.
+ /// 9 gives the best compression but uses the most memory.
104
/// </summary>
105
public const int BaseBlockSize = 100000;
106
0 commit comments