From fd268465da83eb58d9aa9e9a24a2c25f3e7740ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Thu, 19 Oct 2017 15:59:18 +0200 Subject: [PATCH] Fix typo in recovery message --- storage/innobase/srv/srv0start.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/innobase/srv/srv0start.cc b/storage/innobase/srv/srv0start.cc index 001fe744e8f..873b28b6207 100644 --- a/storage/innobase/srv/srv0start.cc +++ b/storage/innobase/srv/srv0start.cc @@ -2413,7 +2413,7 @@ srv_start(bool create_new_db, const char* scan_directories) ib::error() << "Use --innodb-scan-directories to find the" << " the tablespace files. If that fails then use" - << " --innodb-force-recvovery=1 to ignore" + << " --innodb-force-recovery=1 to ignore" << " this and to permanently lose all changes" << " to the missing tablespace(s)";