Skip to content
Snippets Groups Projects
Commit d5d73c78 authored by Moe Jette's avatar Moe Jette
Browse files

Correct spelling error in user message.

parent 1511e5fa
No related branches found
No related tags found
No related merge requests found
...@@ -243,7 +243,7 @@ int init( void ) ...@@ -243,7 +243,7 @@ int init( void )
{ {
const arg_desc_t *desc; const arg_desc_t *desc;
verbose( "authd authenticaiton module initializing" ); verbose( "authd authentication module initializing" );
if ( ( desc = slurm_auth_get_arg_desc() ) == NULL ) { if ( ( desc = slurm_auth_get_arg_desc() ) == NULL ) {
error( "unable to query SLURM for argument vector layout" ); error( "unable to query SLURM for argument vector layout" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment