Skip to content

Commit

Permalink
Merge pull request #1203 from zhicwu/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
zhicwu authored Jan 19, 2023
2 parents 24398b5 + 6d7589b commit d175cd7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@ public enum ClickHouseClientOption implements ClickHouseOption {
* Compression algorithm server will use to compress response, when
* {@link #COMPRESS} is {@code true}.
*/
COMPRESS_ALGORITHM("compress_alogrithm", ClickHouseCompression.LZ4,
COMPRESS_ALGORITHM("compress_algorithm", ClickHouseCompression.LZ4,
"Algorithm used for server to compress response."),
/**
* Compression algorithm server will use to decompress request, when
* {@link #DECOMPRESS} is {@code true}.
*/
DECOMPRESS_ALGORITHM("decompress_alogrithm", ClickHouseCompression.LZ4,
DECOMPRESS_ALGORITHM("decompress_algorithm", ClickHouseCompression.LZ4,
"Algorithm for server to decompress request."),
/**
* Compression level for compressing server response.
Expand Down

0 comments on commit d175cd7

Please sign in to comment.