Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Fix JOB_QUEUE_DO_KILL_NODE_FAILURE spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
oysteoh committed Apr 30, 2021
1 parent c2d056f commit b7297ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/job_queue/job_status.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const char * job_status_get_name(job_status_type status) {
return "JOB_QUEUE_FAILED";
break;
case JOB_QUEUE_DO_KILL_NODE_FAILURE:
return "JOB_QUEUE_DO_KILL_NODE_FAIURE";
return "JOB_QUEUE_DO_KILL_NODE_FAILURE";
break;
case JOB_QUEUE_UNKNOWN:
return "JOB_QUEUE_UNKNOWN";
Expand Down

0 comments on commit b7297ad

Please sign in to comment.