From 04b45b178edf4a7890127c4575c5cc9a4365ab34 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 4 Jan 2002 03:56:15 +0200 Subject: [PATCH] srv0start.c: Fix typo innobase/srv/srv0start.c: Fix typo --- innobase/srv/srv0start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/innobase/srv/srv0start.c b/innobase/srv/srv0start.c index b469eca9e7e..93e1addd3c3 100644 --- a/innobase/srv/srv0start.c +++ b/innobase/srv/srv0start.c @@ -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); }