mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix typos in C comments in miscellaneous files
This commit is contained in:
committed by
Daniel Black
parent
5f7e883336
commit
5f7c2a617f
@@ -345,7 +345,7 @@ static SECURITY_STATUS sspi_get_context(MYSQL_PLUGIN_VIO *vio,
|
||||
/* Send generated blob to client. */
|
||||
if (vio->write_packet(vio, (unsigned char *)outbuf.pvBuffer, outbuf.cbBuffer))
|
||||
{
|
||||
log_error(SEC_E_OK, "communicaton error(write)");
|
||||
log_error(SEC_E_OK, "communication error(write)");
|
||||
goto cleanup;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user