hcheck: reword and fix typo in instance/offline msg
authorIustin Pop <iustin@google.com>
Thu, 28 Jun 2012 22:44:45 +0000 (15:44 -0700)
committerIustin Pop <iustin@google.com>
Fri, 29 Jun 2012 17:34:54 +0000 (10:34 -0700)
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Agata Murawska <agatamurawska@google.com>

htools/Ganeti/HTools/Program/Hcheck.hs

index bf82c71..d9b34dd 100644 (file)
@@ -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.