From d3b9d73efaa7aab3d656b6d7723f19b779ba428a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 22 Jan 2020 10:31:47 +0100 Subject: [PATCH] Fix typo Signed-off-by: Joas Schilling --- admin_manual/configuration_database/mysql_4byte_support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_database/mysql_4byte_support.rst b/admin_manual/configuration_database/mysql_4byte_support.rst index 3bd553607..8c51d0e4f 100644 --- a/admin_manual/configuration_database/mysql_4byte_support.rst +++ b/admin_manual/configuration_database/mysql_4byte_support.rst @@ -73,7 +73,7 @@ installation needs to be tweaked a bit. .. note:: - This will alos change the `ROW_FORMAT` to `COMPRESSED` for your tables, to make sure the used database storage size is not getting out of hand. + This will also change the `ROW_FORMAT` to `COMPRESSED` for your tables, to make sure the used database storage size is not getting out of hand. 8. Disable maintenance mode::