From 5169b2795f183c8228d9117a7ed7933a6dbd230c Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 30 Jan 2024 22:24:11 +1000 Subject: [PATCH] doc/architecture.rst - fix typo s/requies/requires Signed-off-by: Zac Dover (cherry picked from commit 6c0417fbcbe6b9760b3836e5166d6bd929578096) --- doc/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/architecture.rst b/doc/architecture.rst index 4f5a2f8a805f0..6b945dae7d132 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -592,7 +592,7 @@ cluster map, the client doesn't know anything about object locations.** **Object locations must be computed.** -The client requies only the object ID and the name of the pool in order to +The client requires only the object ID and the name of the pool in order to compute the object location. Ceph stores data in named pools (for example, "liverpool"). When a client -- 2.39.5