Fix typos (#520)

This commit is contained in:
Kian Meng Ang
2021-11-17 16:38:58 +08:00
committed by GitHub
parent 8b920774f2
commit 6ebc1a1972
5 changed files with 7 additions and 7 deletions

View File

@ -310,7 +310,7 @@ _mysql_ResultObject_Initialize(
PyObject *fun2=NULL;
int j, n2=PySequence_Size(fun);
// BINARY_FLAG means ***_bin collation is used.
// To distinguish text and binary, we shoud use charsetnr==63 (binary).
// To distinguish text and binary, we should use charsetnr==63 (binary).
// But we abuse BINARY_FLAG for historical reason.
if (fields[i].charsetnr == 63) {
flags |= BINARY_FLAG;