Fix error message typo

This commit is contained in:
Karim Geiger 2018-01-23 11:56:52 +01:00 committed by Sergey Vojtovich
parent 9ee372736f
commit 701c7e777f

View File

@ -3461,7 +3461,7 @@ static int init_common_variables()
/* TODO: remove this when my_time_t is 64 bit compatible */
if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time))
{
sql_print_error("This MySQL server doesn't support dates later then 2038");
sql_print_error("This MySQL server doesn't support dates later than 2038");
return 1;
}