mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Code comment spellfixes
This commit is contained in:
parent
62d73df6b2
commit
d2982331a6
41 changed files with 214 additions and 214 deletions
|
|
@ -668,7 +668,7 @@ Event_db_repository::create_event(THD *thd, Event_parse_data *parse_data,
|
|||
DBUG_PRINT("info", ("name: %.*s", (int) parse_data->name.length,
|
||||
parse_data->name.str));
|
||||
|
||||
DBUG_PRINT("info", ("check existance of an event with the same name"));
|
||||
DBUG_PRINT("info", ("check existence of an event with the same name"));
|
||||
if (!find_named_event(parse_data->dbname, parse_data->name, table))
|
||||
{
|
||||
if (thd->lex->create_info.or_replace())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue