srv0start.c:

Fix typo
This commit is contained in:
heikki@donna.mysql.fi 2002-01-04 03:56:15 +02:00
parent bb49af5e4c
commit 1a36012493

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);
}