Skip to content

Commit 41c2936

Browse files
committed
typo
1 parent 52432f2 commit 41c2936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func (mc *mysqlConn) readInitPacket() (err error) {
187187
// which is not documented but seems to work.
188188
mc.cipher = append(mc.cipher, data[pos:pos+12]...)
189189

190-
// TODO: Verifiy string termination
190+
// TODO: Verify string termination
191191
// EOF for version >= (5.5.7 and < 5.5.10) or (>= 5.6.0 and < 5.6.2)
192192
// \NUL otherwise
193193
//if data[len(data)-1] == 0 {

0 commit comments

Comments
 (0)