From cf312a782dd5d94f1abd7a4cd29486c65d93e76d Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 19 Aug 2005 07:51:22 +0200 Subject: [PATCH] BUG #12498 Fixed mispelling sql/mysqld.cc: BUG #12498 Fixed Mispelled 'type' --- sql/mysqld.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 9177703599c..c919614fc88 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -4323,7 +4323,7 @@ Disable with --skip-bdb (will save memory).", (gptr*) &default_collation_name, (gptr*) &default_collation_name, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 }, {"default-storage-engine", OPT_STORAGE_ENGINE, - "Set the default storage engine (table tyoe) for tables.", 0, 0, + "Set the default storage engine (table type) for tables.", 0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"default-table-type", OPT_STORAGE_ENGINE, "(deprecated) Use --default-storage-engine.", 0, 0,