From: Lorenz Bausch Date: Mon, 5 Jul 2021 14:50:42 +0000 (+0200) Subject: doc/dev/crimson/osd: fix typo X-Git-Tag: v17.1.0~1475^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F42186%2Fhead;p=ceph.git doc/dev/crimson/osd: fix typo Signed-off-by: Lorenz Bausch --- diff --git a/doc/dev/crimson/osd.rst b/doc/dev/crimson/osd.rst index 16f599e0af06..b4b8ed65c786 100644 --- a/doc/dev/crimson/osd.rst +++ b/doc/dev/crimson/osd.rst @@ -15,7 +15,7 @@ osd active -> prestop [label = "stop()"]; active -> preboot [label = "recv(osdmap)"]; active -> end [label = "kill(SIGINT)"]; - active -> waiting_for_healthy [label = "i am unleathy!"] + active -> waiting_for_healthy [label = "i am unhealthy!"] prestop -> end [label = "recv(osdmap)"]; }