From da9afb87ed4e8b4bc6d8da810371fcc58528f770 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Mon, 28 Mar 2022 16:10:02 -0700 Subject: [PATCH] Fix typo to use fault-tolerant --- docs/src/main/sphinx/release/release-375.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/release/release-375.md b/docs/src/main/sphinx/release/release-375.md index 1d0f665dd11f..a9b14f8e0fdd 100644 --- a/docs/src/main/sphinx/release/release-375.md +++ b/docs/src/main/sphinx/release/release-375.md @@ -12,7 +12,7 @@ expressions. ({issue}`8777`) * Fix `SHOW CREATE TABLE` to show actual table name in case of table redirections, so that the statement can be used to recreate the table. ({issue}`11604`) -* Fix scheduling for non-remotely accessible splits in fault-toleration execution. ({issue}`11581`) +* Fix scheduling for non-remotely accessible splits in fault-tolerant execution. ({issue}`11581`) * Fix incorrect `is_nullable` value in `information_schema.columns` table. ({issue}`11613`) ## JDBC driver