Skip to content
Snippets Groups Projects
Commit a9310b2f authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix typo in node role description


I'd rather not introduce this typo in the Haskell code too, and also
not having them identical is not good.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarAgata Murawska <agatamurawska@google.com>
parent 04dd53a3
No related branches found
No related tags found
No related merge requests found
......@@ -1305,7 +1305,7 @@ def _BuildNodeFields():
constants.NR_REGULAR, constants.NR_DRAINED,
constants.NR_OFFLINE)
role_doc = ("Node role; \"%s\" for master, \"%s\" for master candidate,"
" \"%s\" for regular, \"%s\" for a drained, \"%s\" for offline" %
" \"%s\" for regular, \"%s\" for drained, \"%s\" for offline" %
role_values)
fields.append((_MakeField("role", "Role", QFT_TEXT, role_doc), NQ_CONFIG, 0,
lambda ctx, node: _GetNodeRole(node, ctx.master_name)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment