From 419b77f7b52fac70776af97cefb877a99ddd7c28 Mon Sep 17 00:00:00 2001 From: Bruno Baguette Date: Tue, 30 Nov 2021 21:20:52 +0100 Subject: [PATCH] Typo fixes (#902) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Typo fix : "duplicate" ➤ "duplicates" - Typo fix : "chose" ➤ "choose" - Typo fix : "occuring" ➤ "occurring" --- content/en/admin/troubleshooting/index-corruption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/admin/troubleshooting/index-corruption.md b/content/en/admin/troubleshooting/index-corruption.md index 5d33356c..80f16317 100644 --- a/content/en/admin/troubleshooting/index-corruption.md +++ b/content/en/admin/troubleshooting/index-corruption.md @@ -85,7 +85,7 @@ Before attempting to fix your database, stop Mastodon and make a backup of your RAILS_ENV=production tootctl maintenance fix-duplicates ``` -The tool will walk through the database to find duplicate and fix them. In some cases, those operations are destructive. In the most destructive cases, you will be asked to chose which record to keep. In all cases, walking through the whole database in search of duplicates is an extremely long operation. Mastodon **has** to be stopped during the whole process to prevent additional duplicates from occuring. +The tool will walk through the database to find duplicates and fix them. In some cases, those operations are destructive. In the most destructive cases, you will be asked to choose which record to keep. In all cases, walking through the whole database in search of duplicates is an extremely long operation. Mastodon **has** to be stopped during the whole process to prevent additional duplicates from occurring. ## Avoiding the issue