summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorheikki@hundin.mysql.fi <>2004-06-02 18:19:28 +0300
committerheikki@hundin.mysql.fi <>2004-06-02 18:19:28 +0300
commit8dae598aa2c9fd664a0b49ec9e23508cb696a59e (patch)
treeca7ea5034cf094919131af9078adf5865371f8ae /innobase
parentb8cf9f6afead8bfedbab59598b96c5b0cb70a8ce (diff)
downloadmariadb-git-8dae598aa2c9fd664a0b49ec9e23508cb696a59e.tar.gz
fil0fil.c:
Fix typo spotted by Paul DuBois: 'no continue' -> 'not continue'
Diffstat (limited to 'innobase')
-rw-r--r--innobase/fil/fil0fil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/fil/fil0fil.c b/innobase/fil/fil0fil.c
index 539e6aa8687..38d06c5bfba 100644
--- a/innobase/fil/fil0fil.c
+++ b/innobase/fil/fil0fil.c
@@ -2573,7 +2573,7 @@ fil_load_single_table_tablespace(
fprintf(stderr,
"InnoDB: Error: could not open single-table tablespace file\n"
"InnoDB: %s!\n"
-"InnoDB: We do no continue crash recovery, because the table will become\n"
+"InnoDB: We do not continue crash recovery, because the table will become\n"
"InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.\n"
"InnoDB: To fix the problem and start mysqld:\n"
"InnoDB: 1) If there is a permission problem in the file and mysqld cannot\n"
@@ -2607,7 +2607,7 @@ fil_load_single_table_tablespace(
fprintf(stderr,
"InnoDB: Error: could not measure the size of single-table tablespace file\n"
"InnoDB: %s!\n"
-"InnoDB: We do no continue crash recovery, because the table will become\n"
+"InnoDB: We do not continue crash recovery, because the table will become\n"
"InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.\n"
"InnoDB: To fix the problem and start mysqld:\n"
"InnoDB: 1) If there is a permission problem in the file and mysqld cannot\n"