summaryrefslogtreecommitdiff
path: root/innobase/fil
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2004-06-02 18:19:28 +0300
committerunknown <heikki@hundin.mysql.fi>2004-06-02 18:19:28 +0300
commit284144f408c458b211723b4f3c186d7b22bc4103 (patch)
treeca7ea5034cf094919131af9078adf5865371f8ae /innobase/fil
parentd55cb81cb0b89c14663e814a53b2fc69d0710580 (diff)
downloadmariadb-git-284144f408c458b211723b4f3c186d7b22bc4103.tar.gz
fil0fil.c:
Fix typo spotted by Paul DuBois: 'no continue' -> 'not continue' innobase/fil/fil0fil.c: Fix typo spotted by Paul DuBois: 'no continue' -> 'not continue'
Diffstat (limited to 'innobase/fil')
-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"