diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-14 19:08:26 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-15 11:09:17 +0300 |
commit | 6477366f6c93f53dd1212444526b7667812e8825 (patch) | |
tree | 137f96c9f65dba6841a1b59530651834b86e0d8d /docs | |
parent | ac2786f0b0d05614ccebcc87d4c9b4917b669eba (diff) |
docs/about/deprecated.rst: spelling fix: becase
Fixes: 864128df465a "migration: Deprecate old compression method"
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/about/deprecated.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index 78550c07bf..6c84db90b5 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -514,5 +514,5 @@ old compression method (since 8.2) Compression method fails too much. Too many races. We are going to remove it if nobody fixes it. For starters, migration-test -compression tests are disabled becase they fail randomly. If you need +compression tests are disabled because they fail randomly. If you need compression, use multifd compression methods. |