Skip to content
Snippets Groups Projects
Commit 1da2a810 authored by Morris Jette's avatar Morris Jette
Browse files

Fix typo in sacctmgr

NOTE: Runaway jobs are jobs that don't exist in the controller but are still considered running in the datbase
Should be
NOTE: Runaway jobs are jobs that don't exist in the controller but are still considered running in the database
parent 0a4d5770
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ static void _report_runaway_jobs(List runaway_jobs)
if (list_count(runaway_jobs)) {
printf("NOTE: Runaway jobs are jobs that don't exist in the "
"controller but are still considered running in the "
"datbase\n");
"database\n");
_print_runaway_jobs(runaway_jobs);
}
}
......
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