aboutsummaryrefslogtreecommitdiff
path: root/doc/book/src/cookbook/recovering.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book/src/cookbook/recovering.md')
-rw-r--r--doc/book/src/cookbook/recovering.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/src/cookbook/recovering.md b/doc/book/src/cookbook/recovering.md
index 9dc42ec0..fcb0b7d8 100644
--- a/doc/book/src/cookbook/recovering.md
+++ b/doc/book/src/cookbook/recovering.md
@@ -8,7 +8,7 @@ Fear not! For Garage is fully equipped to handle drive failures, in most common
With nodes dispersed in 3 datacenters or more, here are the guarantees Garage provides with the default replication strategy (3 copies of all data, which is the recommended value):
-- The cluster remains fully functionnal as long as the machines that fail are in only one datacenter. This includes a whole datacenter going down due to power/Internet outage.
+- The cluster remains fully functional as long as the machines that fail are in only one datacenter. This includes a whole datacenter going down due to power/Internet outage.
- No data is lost as long as the machines that fail are in at most two datacenters.
Of course this only works if your Garage nodes are correctly configured to be aware of the datacenter in which they are located.