Skip to content

Commit

Permalink
Fixed typos in aria_read_log
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Jun 14, 2020
1 parent 654b593 commit ab7eedc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/maria/aria_read_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ static void usage(void)
my_progname_short);
printf("or\n");
printf("Usage: %s OPTIONS -h `aria_log_directory` "
"--print-aria-log-control\n\n",
"--print-log-control-file\n\n",
my_progname_short);

my_print_help(my_long_options);
Expand Down
2 changes: 1 addition & 1 deletion storage/maria/ma_control_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ my_bool print_aria_log_control()
{
recovery_fails=
(buffer + new_cf_create_time_size + CF_RECOV_FAIL_OFFSET)[0];
printf("recovery_failuers: %u\n", recovery_fails);
printf("recovery_failures: %u\n", recovery_fails);
}

DBUG_RETURN(0);
Expand Down

0 comments on commit ab7eedc

Please sign in to comment.