Commit ab7eedc1 authored by Monty's avatar Monty

Fixed typos in aria_read_log

parent 654b5931
...@@ -324,7 +324,7 @@ static void usage(void) ...@@ -324,7 +324,7 @@ static void usage(void)
my_progname_short); my_progname_short);
printf("or\n"); printf("or\n");
printf("Usage: %s OPTIONS -h `aria_log_directory` " printf("Usage: %s OPTIONS -h `aria_log_directory` "
"--print-aria-log-control\n\n", "--print-log-control-file\n\n",
my_progname_short); my_progname_short);
my_print_help(my_long_options); my_print_help(my_long_options);
......
...@@ -721,7 +721,7 @@ my_bool print_aria_log_control() ...@@ -721,7 +721,7 @@ my_bool print_aria_log_control()
{ {
recovery_fails= recovery_fails=
(buffer + new_cf_create_time_size + CF_RECOV_FAIL_OFFSET)[0]; (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); DBUG_RETURN(0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment