doc/dev/crimson/osd: fix typo

Signed-off-by: Lorenz Bausch <info@lorenzbausch.de>
This commit is contained in:
Lorenz Bausch 2021-07-05 16:50:42 +02:00
parent 592249594f
commit 238c2bc52d
No known key found for this signature in database
GPG Key ID: 38204F54FA4ADD3A

View 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>)"];
}