1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

srv0start.c:

Fix typo


innobase/srv/srv0start.c:
  Fix typo
This commit is contained in:
unknown
2002-01-04 03:56:15 +02:00
parent be89cb717d
commit 04b45b178e

View File

@ -809,7 +809,7 @@ innobase_start_or_create_for_mysql(void)
fprintf(stderr,
"InnoDB: Cannot initialize created log files because\n"
"InnoDB: data files were not in sync with each other\n"
"InnoDB: or the data files are corrupt./n");
"InnoDB: or the data files are corrupt.\n");
return(DB_ERROR);
}