mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Lintian complains on spelling error
The lintian check complains on spelling error: https://salsa.debian.org/mariadb-team/mariadb-10.3/-/jobs/95739
This commit is contained in:
committed by
Vicențiu-Marian Ciorbaru
parent
db32d9457e
commit
2df2238cb8
@ -431,7 +431,7 @@ insert_server_record_into_cache(FOREIGN_SERVER *server)
|
||||
int error=0;
|
||||
DBUG_ENTER("insert_server_record_into_cache");
|
||||
/*
|
||||
We succeded in insertion of the server to the table, now insert
|
||||
We succeeded in insertion of the server to the table, now insert
|
||||
the server to the cache
|
||||
*/
|
||||
DBUG_PRINT("info", ("inserting server %s at %p, length %zd",
|
||||
@ -686,7 +686,7 @@ delete_server_record_in_cache(LEX_SERVER_OPTIONS *server_options)
|
||||
goto end;
|
||||
}
|
||||
/*
|
||||
We succeded in deletion of the server to the table, now delete
|
||||
We succeeded in deletion of the server to the table, now delete
|
||||
the server from the cache
|
||||
*/
|
||||
DBUG_PRINT("info",("deleting server %s length %zd",
|
||||
|
Reference in New Issue
Block a user