]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/crimson/osd: fix typo 42186/head
authorLorenz Bausch <lob@cyon.ch>
Mon, 5 Jul 2021 14:50:42 +0000 (16:50 +0200)
committerLorenz Bausch <lob@cyon.ch>
Mon, 5 Jul 2021 15:13:49 +0000 (17:13 +0200)
Signed-off-by: Lorenz Bausch <info@lorenzbausch.de>
doc/dev/crimson/osd.rst

index 16f599e0af06acc66e65f13eb1eb079405f0efef..b4b8ed65c7868acca09f70e02defbd3910dda3ec 100644 (file)
@@ -15,7 +15,7 @@ osd
      active -> prestop [label = "stop()"];
      active -> preboot [label = "recv(osdmap<down>)"];
      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<down>)"];
    }