From 777693d187838e1addf620e7bb87cba853e94be1 Mon Sep 17 00:00:00 2001
From: Marcin Stolarek <cinek@schedmd.com>
Date: Mon, 19 Apr 2021 13:27:11 -0600
Subject: [PATCH] Fix mistake on configuration option name in error message.

Bug 11334.
---
 src/plugins/auth/jwt/auth_jwt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/auth/jwt/auth_jwt.c b/src/plugins/auth/jwt/auth_jwt.c
index e75423c356e..eef45f3503f 100644
--- a/src/plugins/auth/jwt/auth_jwt.c
+++ b/src/plugins/auth/jwt/auth_jwt.c
@@ -141,7 +141,7 @@ static int _init_key(void)
 			   slurm_conf.state_save_location, default_key);
 	} else if (!key_file) {
 		/* Must be in slurmdbd */
-		error("No jwt_key set. Please set the jwt_key=/path/to/key/file option in AuthAltParams in slurmdbd.conf.");
+		error("No jwt_key set. Please set the jwt_key=/path/to/key/file option in AuthAltParameters in slurmdbd.conf.");
 		return ESLURM_AUTH_SKIP;
 	}
 
-- 
GitLab