Skip to content

Commit c39da2f

Browse files
committed
Check twice what your dictionary is suggesting to you
I hope nobody felt insulted
1 parent 1354a50 commit c39da2f

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
@@ -336,7 +336,7 @@ func (mc *mysqlConn) readResultOK() (e error) {
336336
// OK
337337
case 0:
338338
return mc.handleOkPacket(data)
339-
// EOF, a galoot is using old_passwords
339+
// EOF, someone is using old_passwords
340340
case 254:
341341
e = errors.New("It seems like you are using old_passwords, which is unsupported. See http://code.google.com/p/go-mysql-driver/wiki/old_passwords")
342342
return

0 commit comments

Comments
 (0)