Skip to content
Snippets Groups Projects
Commit f67bc131 authored by Danny Auble's avatar Danny Auble
Browse files

fixed typo

parent d5a8835d
No related branches found
No related tags found
No related merge requests found
......@@ -411,7 +411,7 @@ extern int select_nodeinfo_get(select_nodeinfo_t *nodeinfo,
}
if (nodeinfo->magic != NODEINFO_MAGIC) {
error("get_nodeinfo: jobinfo magic bad");
error("get_nodeinfo: nodeinfo magic bad");
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