Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flanglet committed Jul 2, 2024
1 parent b38ec11 commit 7f4b986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/io/CompressedStream.go
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ func (this *decodingTask) decode(res *decodingTaskResult) {
if ok {
res.err = &IOError{msg: err.Error(), code: kanzi.ERR_PROCESS_BLOCK}
} else {
res.err = &IOError{msg: "Unkown error", code: kanzi.ERR_PROCESS_BLOCK}
res.err = &IOError{msg: "Unknown error", code: kanzi.ERR_PROCESS_BLOCK}
}
}

Expand Down

0 comments on commit 7f4b986

Please sign in to comment.