]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/architecture: fix spelling and syntax 55921/head
authorZac Dover <zac.dover@proton.me>
Mon, 4 Mar 2024 13:09:20 +0000 (23:09 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 4 Mar 2024 13:09:20 +0000 (23:09 +1000)
Fix the spelling of the word "algorithm" (which was "algoritm") and make
a sentence a little more natural.

Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/architecture.rst

index fc9e06da8cd8f5c03eaa9331e3dd592bf56d421f..5d82ebf086506176e7d73297184482347ed3c284 100644 (file)
@@ -51,10 +51,10 @@ A Ceph Metadata Server (MDS) manages file metadata when CephFS is used to
 provide file services.
 
 Storage cluster clients and :term:`Ceph OSD Daemon`\s use the CRUSH algorithm
-to compute information about the location of data. Use of the CRUSH algoritm
-means that clients and OSDs are not bottlenecked by a central lookup table.
+to compute information about the location of data.  By using the CRUSH
+algorithm, clients and OSDs avoid being bottlenecked by a central lookup table.
 Ceph's high-level features include a native interface to the Ceph Storage
-Cluster via ``librados``, and a number of service interfaces built on top of
+Cluster via ``librados`` and a number of service interfaces built on top of
 ``librados``.
 
 Storing Data