From d0cb0583c33f21010b0ba13d6d244234f76b99e7 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 9 Jun 2004 16:58:17 +0000
Subject: [PATCH] Correct typo.

---
 src/slurmctld/node_mgr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/slurmctld/node_mgr.c b/src/slurmctld/node_mgr.c
index a52e45c6dd9..659bfdd2eed 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) {
-- 
GitLab