1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

fix typos

Signed-off-by: lilinjie <lilinjie@uniontech.com>
This commit is contained in:
lilinjie
2023-01-04 18:32:54 +08:00
committed by Daniel Black
parent e51a1d6fc0
commit 758c24dae2
6 changed files with 7 additions and 7 deletions

View File

@@ -1055,7 +1055,7 @@ bool TDBCSV::PrepareWriting(PGLOBAL g)
if (!strlen(Field[i])) {
// Generally null fields are not quoted
if (Quoted > 2)
// Except if explicitely required
// Except if explicitly required
strcat(strcat(To_Line, qot), qot);
} else if (Qot && (strchr(Field[i], Sep) || *Field[i] == Qot