Skip to content

Commit c1aa681

Browse files
authored
utils: fix typo (#1312)
Signed-off-by: cuishuang <[email protected]>
1 parent 217d050 commit c1aa681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ func stringToInt(b []byte) int {
542542
return val
543543
}
544544

545-
// returns the string read as a bytes slice, wheter the value is NULL,
545+
// returns the string read as a bytes slice, whether the value is NULL,
546546
// the number of bytes read and an error, in case the string is longer than
547547
// the input slice
548548
func readLengthEncodedString(b []byte) ([]byte, bool, int, error) {

0 commit comments

Comments
 (0)