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

Fix typo in some messages "receive" instead of "recieve".

parent 50f329f5
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,7 @@ bool slurm_cred_jobid_cached(slurm_cred_ctx_t ctx, uint32_t jobid); ...@@ -166,7 +166,7 @@ bool slurm_cred_jobid_cached(slurm_cred_ctx_t ctx, uint32_t jobid);
/* /*
* Add a jobid to the slurm credential context without inserting * Add a jobid to the slurm credential context without inserting
* a credential state. This is used by the verifier to track job ids * a credential state. This is used by the verifier to track job ids
* that it has seen, but not necessarily recieved a credential for. * that it has seen, but not necessarily received a credential for.
*/ */
int slurm_cred_insert_jobid(slurm_cred_ctx_t ctx, uint32_t jobid); int slurm_cred_insert_jobid(slurm_cred_ctx_t ctx, uint32_t jobid);
......
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