Skip to content

Commit

Permalink
lint: encoding/hexutil: fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Aug 18, 2024
1 parent 4b8e6ef commit 0cdb9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding/hexutil/hexutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
)

// EncodeToString returns hex string using a supplied seperator. The return
// EncodeToString returns hex string using a supplied separator. The return
// value is lower case.
func EncodeToString(src []byte, sep string) string {
if sep == "" {
Expand Down

0 comments on commit 0cdb9cb

Please sign in to comment.