From cf525c5b3028dbde7d13b6ecede1e808b943bf85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Wed, 22 May 2024 13:58:42 +0200 Subject: [PATCH] Fix typo on 'mysql_query_digest_and_first_comment_one_it' doc --- lib/c_tokenizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/c_tokenizer.cpp b/lib/c_tokenizer.cpp index 3c3fdc132..9bb3536ac 100644 --- a/lib/c_tokenizer.cpp +++ b/lib/c_tokenizer.cpp @@ -2393,7 +2393,7 @@ char* mysql_query_digest_and_first_comment_one_it(char* q, int q_len, char** fst // suppress all the double spaces. // ============================== // - // The supression is performed using the address of the second space found as the + // The suppression is performed using the address of the second space found as the // pivoting point for further space suppression in the result buffer: // // ```