diff --git a/src/slurmctld/node_mgr.c b/src/slurmctld/node_mgr.c index a52e45c6dd9134fd66260c46bc56f8283488dc85..659bfdd2eed9d7883eb110e0566f36df2b7ed3dd 100644 --- a/src/slurmctld/node_mgr.c +++ b/src/slurmctld/node_mgr.c @@ -1050,7 +1050,7 @@ validate_node_specs (char *node_name, uint32_t cpus, error ("Node %s processor count inconsistent with rest " "of partition", node_name); error_code = EINVAL; - reason_down = "Inconsisent CPU count in partition"; + reason_down = "Inconsistent CPU count in partition"; } if (node_ptr->node_state & NODE_STATE_NO_RESPOND) {