]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/crimson: s/Crismon/Crimson/ 41067/head
authorZac Dover <zac.dover@gmail.com>
Wed, 28 Apr 2021 13:26:09 +0000 (23:26 +1000)
committerZac Dover <zac.dover@gmail.com>
Wed, 28 Apr 2021 13:26:09 +0000 (23:26 +1000)
This misspelling occurred twice in this
document.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/dev/crimson/crimson.rst

index 954b88a374c473ea837c179dfa41343c5c577aec..cd40edf9c060b87f868390bbf7b7aa5ba9693b53 100644 (file)
@@ -5,7 +5,7 @@ crimson
 Crimson is the code name of crimson-osd, which is the next generation ceph-osd.
 It targets fast networking devices, fast storage devices by leveraging state of
 the art technologies like DPDK and SPDK, for better performance. And it will
-keep the support of HDDs and low-end SSDs via BlueStore. Crismon will try to
+keep the support of HDDs and low-end SSDs via BlueStore. Crimson will try to
 be backward compatible with classic OSD.
 
 .. highlight:: console
@@ -13,7 +13,7 @@ be backward compatible with classic OSD.
 Building Crimson
 ================
 
-Crismon is not enabled by default. To enable it::
+Crimson is not enabled by default. To enable it::
 
   $ WITH_SEASTAR=true ./install-deps.sh
   $ mkdir build && cd build