diff --git a/htools/Ganeti/HTools/Program/Hcheck.hs b/htools/Ganeti/HTools/Program/Hcheck.hs index bf82c719c377ea988aac0c68e724159ac1a0c1c9..d9b34ddeddefd2161c20cb32108d5c2b552df8d1 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.