Skip to content

Commit 0bd942a

Browse files
authored
fix MySQL spell (#549)
as MySQl to MySQL
1 parent 84a0be0 commit 0bd942a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/auth.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func (c *Conn) readInitialHandshake() error {
106106
// generate auth response data according to auth plugin
107107
//
108108
// NOTE: the returned boolean value indicates whether to add a \NUL to the end of data.
109-
// it is quite tricky because MySQl server expects different formats of responses in different auth situations.
109+
// it is quite tricky because MySQL server expects different formats of responses in different auth situations.
110110
// here the \NUL needs to be added when sending back the empty password or cleartext password in 'sha256_password'
111111
// authentication.
112112
func (c *Conn) genAuthResponse(authData []byte) ([]byte, bool, error) {

0 commit comments

Comments
 (0)