Skip to content

Commit

Permalink
connection: fix codespell
Browse files Browse the repository at this point in the history
Fixed codespell error.

Follow up #157
  • Loading branch information
better0fdead committed Mar 16, 2023
1 parent 31effa0 commit c9ce4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ func write(w io.Writer, data []byte) (err error) {
return
}
if l != len(data) {
panic("Wrong length writed")
panic("Wrong length written")
}
return
}
Expand Down

0 comments on commit c9ce4db

Please sign in to comment.