@@ -1087,8 +1087,8 @@ static int get_options(int *argc, char ***argv)
10871087 return (ho_error );
10881088
10891089 /*
1090- Dumping under --system=stats with --replace or --inser -ignore is safe and will not
1091- retult into race condition. Otherwise dump only structure and ignore data by default
1090+ Dumping under --system=stats with --replace or --insert -ignore is safe and will not
1091+ result into race condition. Otherwise dump only structure and ignore data by default
10921092 while dumping.
10931093 */
10941094 if (!(opt_system & OPT_SYSTEM_STATS ) && !(opt_ignore || opt_replace_into ))
@@ -2864,7 +2864,7 @@ static inline my_bool general_log_or_slow_log_tables(const char *db,
28642864 !my_strcasecmp (charset_info , table , "transaction_registry" ));
28652865}
28662866/*
2867- get_sequence_structure-- retrievs sequence structure, prints out corresponding
2867+ get_sequence_structure-- retrieves sequence structure, prints out corresponding
28682868 CREATE statement
28692869 ARGS
28702870 seq - sequence name
@@ -2926,7 +2926,7 @@ static void get_sequence_structure(const char *seq, const char *db)
29262926 DBUG_VOID_RETURN ;
29272927}
29282928/*
2929- get_table_structure -- retrievs database structure, prints out corresponding
2929+ get_table_structure -- retrieves database structure, prints out corresponding
29302930 CREATE statement and fills out insert_pat if the table is the type we will
29312931 be dumping.
29322932
@@ -4531,7 +4531,7 @@ static int dump_all_users_roles_and_grants()
45314531 echo "$dosomethingspecial"
45324532 ) | mysql -h $host
45334533
4534- doesn't end up with a suprise that the $dosomethingspecial cannot
4534+ doesn't end up with a surprise that the $dosomethingspecial cannot
45354535 be done because `special_role` isn't active.
45364536
45374537 We create a new role for importing that becomes the default admin for new
@@ -4540,8 +4540,8 @@ static int dump_all_users_roles_and_grants()
45404540 create new admins for the created role.
45414541
45424542 At the end of the import the mariadb_dump_import_role is be dropped,
4543- which implictly drops all its admin aspects of the dropped role.
4544- This is significiantly easlier than revoking the ADMIN of each role
4543+ which implicitly drops all its admin aspects of the dropped role.
4544+ This is significantly easier than revoking the ADMIN of each role
45454545 from the current user.
45464546 */
45474547 fputs ("SELECT COALESCE(CURRENT_ROLE(),'NONE') into @current_role;\n"
@@ -6960,7 +6960,7 @@ int main(int argc, char **argv)
69606960 if (opt_system & OPT_SYSTEM_SERVERS )
69616961 dump_all_servers ();
69626962
6963- /* These must be last as they explictly change the current database to mysql */
6963+ /* These must be last as they explicitly change the current database to mysql */
69646964 if (opt_system & OPT_SYSTEM_STATS )
69656965 dump_all_stats ();
69666966
0 commit comments