From 238c2bc52def45727db5cc1fbcaabb898c3229ce Mon Sep 17 00:00:00 2001 From: Lorenz Bausch Date: Mon, 5 Jul 2021 16:50:42 +0200 Subject: [PATCH] doc/dev/crimson/osd: fix typo Signed-off-by: Lorenz Bausch --- doc/dev/crimson/osd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/crimson/osd.rst b/doc/dev/crimson/osd.rst index 16f599e0af0..b4b8ed65c78 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)"]; } -- 2.47.3