From 70bc8a29616ec2323307fe84c734e873ca92189f Mon Sep 17 00:00:00 2001 From: Nikolai Kostrigin Date: Wed, 2 Oct 2019 16:05:00 +0300 Subject: [PATCH] Fixed an error message typo --- mysql_sys/my_handler_errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql_sys/my_handler_errors.h b/mysql_sys/my_handler_errors.h index 7068620e..b48b45e5 100644 --- a/mysql_sys/my_handler_errors.h +++ b/mysql_sys/my_handler_errors.h @@ -88,7 +88,7 @@ static const char *handler_error_messages[] = { "The event was corrupt, leading to illegal data being read", "The table is of a new format not supported by this version", "The event could not be processed no other hanlder error happened", - "Got a fatal error during initialzaction of handler", + "Got a fatal error during initialization of handler", "File to short; Expected more data in file", "Read page with wrong checksum", "Too many active concurrent transactions",