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

Fix typo in error message of signature_utils.c

parent 91563986
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ int slurm_init_verifier ( slurm_ssl_key_ctx_t * ctx , char * path )
if ( ( cert_file = fopen ( path , "r" ) ) == NULL )
{
local_errno = errno ;
error ( "can'topen certificate file '%s' : %m " , path ) ;
error ( "can't open certificate file '%s' : %m " , path ) ;
return SLURM_ERROR ;
};
......
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