From d5d73c7871c27833a2cdbbc908f0d985d2fba230 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Mon, 5 May 2003 20:44:34 +0000
Subject: [PATCH] Correct spelling error in user message.

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

diff --git a/src/plugins/auth/auth_authd.c b/src/plugins/auth/auth_authd.c
index b11bea573f6..2cb42848596 100644
--- a/src/plugins/auth/auth_authd.c
+++ b/src/plugins/auth/auth_authd.c
@@ -243,7 +243,7 @@ int init( void )
 {
 	const arg_desc_t *desc;
 	
-	verbose( "authd authenticaiton module initializing" );
+	verbose( "authd authentication module initializing" );
 
 	if ( ( desc = slurm_auth_get_arg_desc() ) == NULL ) {
 		error( "unable to query SLURM for argument vector layout" );
-- 
GitLab