]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: fix typos in pg-repair.rst 51896/head
authorZac Dover <zac.dover@proton.me>
Sat, 3 Jun 2023 05:17:57 +0000 (15:17 +1000)
committerZac Dover <zac.dover@proton.me>
Sat, 3 Jun 2023 05:17:57 +0000 (15:17 +1000)
Fix one RST formatting error and one mistakenly-left-in plural noun in
doc/rados/operations/pg-repair.rst.

https://tracker.ceph.com/issues/58485

Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/rados/operations/pg-repair.rst

index 51afcd4409636e419c0e1ed2e8f51b3daea2defc..609318fca5c2bb78514b97cb33809efc3b17bfea 100644 (file)
@@ -39,7 +39,7 @@ To see a list of inconsistent RADOS objects, run the following command:
    rados list-inconsistent-obj {pgid}
 
 To see a list of inconsistent snapsets in a specific PG, run the following
-commands:
+command:
 
 .. prompt:: bash #
 
@@ -87,7 +87,7 @@ as missing. In the case of replicated pools, recovery is beyond the scope of
 ``pg repair``.
 
 In the case of erasure-coded and BlueStore pools, Ceph will automatically
-perform repairs if ``osd_scrub_auto_repair`` (default ``false`) is set to
+perform repairs if ``osd_scrub_auto_repair`` (default ``false``) is set to
 ``true`` and if no more than ``osd_scrub_auto_repair_num_errors`` (default
 ``5``) errors are found.