From 85890a9d65560de0eb665796914b8fe588dc09d4 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 28 Jun 2012 15:44:45 -0700 Subject: [PATCH] hcheck: reword and fix typo in instance/offline msg Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Agata Murawska <agatamurawska@google.com> --- htools/Ganeti/HTools/Program/Hcheck.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htools/Ganeti/HTools/Program/Hcheck.hs b/htools/Ganeti/HTools/Program/Hcheck.hs index bf82c719c..d9b34dded 100644 --- a/htools/Ganeti/HTools/Program/Hcheck.hs +++ b/htools/Ganeti/HTools/Program/Hcheck.hs @@ -89,8 +89,8 @@ htcPrefix = "HCHECK" commonData :: [(String, String)] commonData =[ ("N1_FAIL", "Nodes not N+1 happy") , ("CONFLICT_TAGS", "Nodes with conflicting instances") - , ("OFFLINE_PRI", "Instances with primary on an offline node") - , ("OFFLINE_SEC", "Instances with seondary on an offline node") + , ("OFFLINE_PRI", "Instances having the primary node offline") + , ("OFFLINE_SEC", "Instances having a secondary node offline") ] -- | Data showed per group. -- GitLab