Skip to content

Commit

Permalink
Fix typo in DnsCodecUtil class (#11252)
Browse files Browse the repository at this point in the history
Motivation:

There is a typo in the javadocs

Modification:

correct grammar mistakes

Result:

cleanup
  • Loading branch information
kevinw66 committed May 14, 2021
1 parent fa8f7a3 commit 265b2ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static String decodeDomainName(ByteBuf in) {

/**
* Decompress pointer data.
* @param compression comporession data
* @param compression compressed data
* @return decompressed data
*/
static ByteBuf decompressDomainName(ByteBuf compression) {
Expand Down

0 comments on commit 265b2ea

Please sign in to comment.