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

fix typo in comment, no change in logic

parent bb394ccd
No related branches found
No related tags found
No related merge requests found
...@@ -1062,7 +1062,7 @@ static void _handle_signal(int signo) ...@@ -1062,7 +1062,7 @@ static void _handle_signal(int signo)
break; break;
case SIGQUIT: case SIGQUIT:
info("Quit"); info("Quit");
/* continue with skurm_step_launch_abort */ /* continue with slurm_step_launch_abort */
case SIGTERM: case SIGTERM:
case SIGHUP: case SIGHUP:
job_force_termination(job); job_force_termination(job);
......
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