1
0
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:
Vasilii Lakhin
2025-03-22 15:26:51 +02:00
committed by Daniel Black
parent 5f7e883336
commit 5f7c2a617f
100 changed files with 158 additions and 158 deletions

View File

@@ -1080,9 +1080,9 @@ static void __attribute__((noinline)) print_result()
If the error message includes REPAIR TABLE, we assume it means
we have to run REPAIR on it. In this case we write a nicer message
than "Please do "REPAIR TABLE""...
If the message inclused ALTER TABLE then there is something wrong
If the message includes ALTER TABLE then there is something wrong
with the table definition and we have to run ALTER TABLE to fix it.
Write also a nice error message for this csae.
Write also a nice error message for this case.
*/
if (!strcmp(row[2],"error") && strstr(row[3],"REPAIR "))
{