From 37f5cf13e7ab6f429ea146c82bd93e10c87fa4d5 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Fri, 6 Jun 2008 16:58:44 +0000
Subject: [PATCH] correct typo in error message

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

diff --git a/src/sinfo/sinfo.c b/src/sinfo/sinfo.c
index 1cce923e52c..8fb936d1e4c 100644
--- a/src/sinfo/sinfo.c
+++ b/src/sinfo/sinfo.c
@@ -258,7 +258,7 @@ _query_server(partition_info_msg_t ** part_pptr,
 		    slurm_load_partitions((time_t) NULL, &new_part_ptr,
 					  show_flags);
 	if (error_code) {
-		slurm_perror("slurm_load_part");
+		slurm_perror("slurm_load_partitions");
 		return error_code;
 	}
 
-- 
GitLab